Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2026 21:35:43 +0000
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: c5c54f7d21e5 - main - hpts: remove no longer relevant comment
Message-ID:  <69a8a5af.31b62.1c2b4dd3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=c5c54f7d21e573741d8ebcfc68d2a852ce416b54

commit c5c54f7d21e573741d8ebcfc68d2a852ce416b54
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-03-04 08:20:01 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-03-04 21:35:29 +0000

    hpts: remove no longer relevant comment
---
 sys/netinet/tcp_hpts.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sys/netinet/tcp_hpts.c b/sys/netinet/tcp_hpts.c
index 29a55c1a7e39..b8650cd60c2f 100644
--- a/sys/netinet/tcp_hpts.c
+++ b/sys/netinet/tcp_hpts.c
@@ -186,18 +186,6 @@ static MALLOC_DEFINE(M_TCPHPTS, "tcp_hpts", "TCP hpts");
 
 static void tcp_hpts_thread(void *ctx);
 
-/*
- * When using the hpts, a TCP stack must make sure
- * that once a INP_DROPPED flag is applied to a INP
- * that it does not expect tcp_output() to ever be
- * called by the hpts. The hpts will *not* call
- * any output (or input) functions on a TCB that
- * is in the DROPPED state.
- *
- * This implies final ACK's and RST's that might
- * be sent when a TCB is still around must be
- * sent from a routine like tcp_respond().
- */
 #define LOWEST_SLEEP_ALLOWED 50
 #define DEFAULT_MIN_SLEEP 250	/* How many usec's is default for hpts sleep
 				 * this determines min granularity of the


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a8a5af.31b62.1c2b4dd3>