ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=unicode" http-equiv=Content-Type> <META content="MSHTML 5.00.2314.1000" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV><FONT size=2>TCP effectively numbers every byte of data in the order in which they are passed to the TCP send buffer - these numbers are very carefully monitored to guarantee that the stream of data appears at the receiving end in the same order as they it was sent and that the same segment of data does not appear twice (from retransmissions) - hence it follows that you should expect to see the data in the same order as it was sent. It is true that you may not read it in the same blocks that it was sent as the data may be repacketised thru' the network by both TCP and IP.</FONT></DIV> <DIV>&nbsp;</DIV> <DIV><FONT size=2>Paul Lowman</FONT></DIV> <DIV>&nbsp;</DIV> <DIV><FONT size=2>Software/Hardware developer<BR>Lowman Consulting</FONT></DIV></BODY></HTML>

Reply via email to