Re: data not arriving at client (bsd-sockets)
Re: data not arriving at client (bsd-sockets)
- Subject: Re: data not arriving at client (bsd-sockets)
- From: Quinn <email@hidden>
- Date: Mon, 19 May 2003 20:57:56 +0100
At 17:16 +0200 18/5/03, Robert Kuilman wrote:
bytes_read inidicates says it received 2048 bytes (size of my struct)
but there's simply nothing in there!
Define "nothing" (-: Is the buffer overwritten at all? That is, if
you fill the buffer with a well-defined pattern, does it come back as
all zeroes, or does the well-defined pattern persist. The former
would indicate a problem at the sending end. Have you looked at the
packets on the wire to make sure that two chunks of 2 K aren't being
sent by accident?
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.