summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-12-23 01:21:54 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-12-23 01:21:54 +0000
commit950ab1e470be54d17d7d9c8ed4261f803fef7d71 (patch)
treebaa9c0f3b484c7adb456df3b1444ffc23d0a64cb /sys/netinet/tcp_timer.c
parent38e6a58c7738a809c60db77c8b88d2171cb28cc5 (diff)
Notes
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 9daf4379ae6a..80fd03ce6da0 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);