[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IPsec and TCP



>My scheme has the bottleneck reverse link router spy on the TCP
>packets as they go by. If a new packet arrives for a TCP connection
>that already has a packet in the queue, and if the older packet
>contains no flags or data, the older packet is replaced with the newer
>packet.

A minor modification is needed to drop TCP SYN packets piling up in a
bottleneck router: if the older packet contains no flags or data, OR
if the newer packet contains all data and flags of the older packet,
then the older packet can be replaced with the newer one.

Phil



Follow-Ups: References: