Size of Buffer in recvfrom in Solaris vs LinuxI 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 LinuxNo problem. I will keep looking. Maybe focus on the calls to socket(), socketopt(), and recvfrom(). ...
Size of Buffer in recvfrom in Solaris vs LinuxHere is the definition of struct ip on Linux.... [code] struct ip { #if __BYTE_ORDER == __LI...
Size of Buffer in recvfrom in Solaris vs LinuxI 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 LinuxCan you explain about the "integers of different sizes" a bit more or what I should be looking at?