Five Pitfalls of Linux Sockets Programming (developerWorks)
Posted Sep 21, 2005 14:51 UTC (Wed) by
hppnq (guest, #14462)
In reply to:
Five Pitfalls of Linux Sockets Programming (developerWorks) by RobSeace
Parent article:
Five Pitfalls of Linux Sockets Programming (developerWorks)
I meant that there is a distinction between the actual length of the data, and the value you pass on to send(2) as the requested number of bytes to send, e.g., send(fd, NULL, 1024, 0).
(
Log in to post comments)