cvs commit: src/sys/netinet tcp_input.c tcp_sack.c tcp_var.h

Andrey Chernov ache at FreeBSD.org
Tue Jun 28 11:41:27 GMT 2005


On Mon, Jun 27, 2005 at 10:27:43PM +0000, Paul Saab wrote:
> ps          2005-06-27 22:27:43 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/netinet          tcp_input.c tcp_sack.c tcp_var.h 
>   Log:
>   - Postpone SACK option processing until after PAWS checks. SACK option
>     processing is now done in the ACK processing case.
>   - Merge tcp_sack_option() and tcp_del_sackholes() into a new function
>     called tcp_sack_doack().
>   - Test (SEG.ACK < SND.MAX) before processing the ACK.

I periodically got 
kernel: tcp_sack_output: Computed sack hole not the same as cached value
with that change.

-- 
http://ache.pp.ru/


More information about the cvs-src mailing list