> How do you manage missed/double/wrong ordered packets? 

Each packet got some sequence ID and "alive packets" were sent from time
to time. Also there was no special acknowledge packet - each received
packet contained the last successful received ID of the sender. If one
side detects that an incoming packet's ID is <> LastID+1 it sends out an
request for the missing packets.

Wrong ordered packets were no big problem in my scenario because the
client is supposed to be within the same subnet. Double received packets
are just thrown away. Actually in some situations all packets are sent
out twice just to be sure.

/Tobias


-- 
NOA Audio Solutions Vertriebsges. m.b.H.   Tel: +43-1-5452700
Johannagasse 42/4                          Fax: +43-1-545270014
A - 1050 Wien                              Www: http://www.noa-audio.com

-- 
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