Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 15:50:07 -0800
From:      "Sam Leffler" <sam@errno.com>
To:        "Jonathan Lemon" <jlemon@FreeBSD.org>, <src-committers@FreeBSD.org>, <cvs-src@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <16fe01c2dacd$21c93320$52557f42@errno.com>
References:  <200302222154.h1MLswVe088597@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> jlemon      2003/02/22 13:54:58 PST
> 
>   Modified files:
>     sys/netinet          tcp_input.c 
>   Log:
>   Check to see if the TF_DELACK flag is set before returning from
>   tcp_input().  This unbreaks delack handling, while still preserving
>   correct T/TCP behavior

This commit msg does not explain this part of the commit:

-				tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN);
+				tp->t_flags |= TF_ACKNOW;


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16fe01c2dacd$21c93320$52557f42>