[Winpcap-users] TCP Retransmission

ceo ceo at triplebit.com
Thu Oct 25 04:31:06 GMT 2007


Thanks,
Regarding the extra bytes, since the receiver may or may not already 
processed the original packet before receiving the retransmitted one, he 
should treat only the extra byte as a new data and neglect the duplicated 
data. Another alternative would be to neglect the original packet (though it 
may have already been processed) and treat only the retransmitted one.
Which approach is actually common?

Regards
I. Lesher

----- Original Message ----- 
From: "Guy Harris" <guy at alum.mit.edu>
To: <winpcap-users at winpcap.org>
Cc: "ceo" <ceo at triplebit.com>
Sent: Thursday, October 25, 2007 3:54 AM
Subject: Re: [Winpcap-users] TCP Retransmission


> ...and note that TCP is a byte stream protocol, not a packet-based 
> protocol, so if the sending process has written more data to be sent,  a 
> retransmission might send not only the previously-transmitted data  but 
> also data queued after that.  That's probably why the  retransmission 
> "contains a few more bytes". 



More information about the Winpcap-users mailing list