The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=c5c54f7d21e573741d8ebcfc68d2a852ce416b54
commit c5c54f7d21e573741d8ebcfc68d2a852ce416b54 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2026-03-04 08:20:01 +0000 Commit: Gleb Smirnoff <[email protected]> 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
