diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-04 08:20:01 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-04 21:35:29 +0000 |
| commit | c5c54f7d21e573741d8ebcfc68d2a852ce416b54 (patch) | |
| tree | aad987534a952ab883dee1ab3a19e968b6c0404c | |
| parent | df97a58afdea2dc23746c84ebeb60790d8786b22 (diff) | |
hpts: remove no longer relevant comment
| -rw-r--r-- | sys/netinet/tcp_hpts.c | 12 |
1 files changed, 0 insertions, 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 |
