diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-12-23 01:21:54 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-12-23 01:21:54 +0000 |
| commit | 950ab1e470be54d17d7d9c8ed4261f803fef7d71 (patch) | |
| tree | baa9c0f3b484c7adb456df3b1444ffc23d0a64cb | |
| parent | 38e6a58c7738a809c60db77c8b88d2171cb28cc5 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/tcp_timer.c | 7 |
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); |
