User profile: SeytmourButts

User info
User name:SeytmourButts
History
Joined:
Number of posts:7
Latest posts:

Size of Buffer in recvfrom in Solaris vs Linux
I checked out the link, but I don't see much of any difference in recvfrom() on Linux.

Size of Buffer in recvfrom in Solaris vs Linux
No problem. I will keep looking. Maybe focus on the calls to socket(), socketopt(), and recvfrom(). ...

Size of Buffer in recvfrom in Solaris vs Linux
Here is the definition of struct ip on Linux.... [code] struct ip { #if __BYTE_ORDER == __LI...

Size of Buffer in recvfrom in Solaris vs Linux
I did a sizeof of both SOlaris and Linux.... [code] printf("Sizeof: %d\n", sizeof(ip_recv_ptr->i...

Size of Buffer in recvfrom in Solaris vs Linux
Can you explain about the "integers of different sizes" a bit more or what I should be looking at?