On Mon, 22 Jul 2002, Joerg Mayer wrote: > Hello, > > I need to detect retransmissions in TCP streams. It doesn't look like > they are currently detected in a manner filterable by the user. Any ideas > what I need to do to implement it?
Keep a small list of the sequence numbers already seen in the per-conversation data for the connection. Regards ----- Richard Sharpe, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
