Hello,

I am using Delphi and ICS again after a few years of not doing much network 
stuff, and I've begun working on a project involving UDP, so my first steps are 
doing some testing.

I setup a udp socket and send 100 packs with a message and an identified 
number, and the receiver counts the packets and displays the data in a memo.
My results:

sending to localhost:
all 100 packets are received fine and in order, but another 98-99 blank ones 
are also received after the last one

sending to another computer in internet:
varying results: the first 40-50 packets seem to arrive fine, the rest are 
mixed up and some didn't arrive at all, and at the end also many blank ones 
arrived.


I know I am to expect this behaviour, incorrect order, missing packets, 
receiving the same packet twice, but blank packets with no data?
Is this a known problem with ICS and Delphi2007, or am I doing something wrong?

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

Reply via email to