Date: Tue, 23 Jan 2024 21:00:04 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c809435b18a9 - main - tcp: clear outdated comment mentioning T/TCP Message-ID: <202401232100.40NL04BL004104@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=c809435b18a97b7166f1486848a635caaacf892d commit c809435b18a97b7166f1486848a635caaacf892d Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-01-23 20:54:43 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-01-23 20:59:21 +0000 tcp: clear outdated comment mentioning T/TCP --- sys/netinet/tcp_output.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 1ff6f5bee39a..43ea6d4b453c 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -651,8 +651,7 @@ after_sack_rexmit: * Don't send an independent window update if a delayed * ACK is pending (it will get piggy-backed on it) or the * remote side already has done a half-close and won't send - * more data. Skip this if the connection is in T/TCP - * half-open state. + * more data. */ if (recwin > 0 && !(tp->t_flags & TF_NEEDSYN) && !(tp->t_flags & TF_DELACK) &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401232100.40NL04BL004104>