summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index 9daf437..80fd03c 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -131,13 +131,6 @@ void
tcp_slowtimo()
{
- /*
- * XXXRW: Note that there is a minor race issue associated with rapid
- * modification of the two components of tcp_maxidle. This could be
- * corrected by introducing sysctl handlers for those two fields,
- * sliding this update of tcp_maxidle under the tcbinfo lock, and
- * acquiring that lock in the handlers.
- */
tcp_maxidle = tcp_keepcnt * tcp_keepintvl;
INP_INFO_WLOCK(&tcbinfo);
(void) tcp_timer_2msl_tw(0);
OpenPOWER on IntegriCloud