> With a sniffer I can see that all 8  messages are coming from the
> remote device, but twsocket misses some.

Sockets send a stream of data, which is error corrected to ensure nothing
is corrupted or missing.  

If you are missing bits of that stream, the error must be in the way you
removing data from the received stream, in the SocketDataAvailable event
using ReceiveFrom or Receive.  

I've got applications sending data to each other each second for weeks at
a time, with no lost data. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to