[lug] [OT] Threads & Socket Programming

Tom Tromey tromey at redhat.com
Thu Oct 24 17:04:38 MDT 2002


>>>>> "David" == David Morris <lists at morris-clan.net> writes:

David> Everything works fine, except that if I write too many
David> packets to the socket too fast, I loose data packets (never
David> received by the client side).

Are you using UDP?  If so, don't.
If you're using TCP, then you've found a bug.  TCP is supposed to be
reliable.  UDP isn't.

Tom



More information about the LUG mailing list