cvs commit: src/sys/netinet tcp_timer.c
Robert Watson
rwatson at FreeBSD.org
Sat Dec 25 14:34:11 PST 2004
rwatson 2004-12-25 22:34:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet tcp_timer.c
Log:
Merge tcp_timer.c:1.68 from HEAD to RELENG_5:
date: 2004/11/23 16:45:07; author: rwatson; state: Exp; lines: +11 -15
De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possible
but unlikely races that could be corrected by having tcp_keepcnt
and tcp_keepintvl modifications go through handler functions via
sysctl, but probably is not worth doing. Updates to multiple
sysctls within evaluation of a single addition are unlikely.
Annotate that tcp_canceltimers() is currently unused.
De-spl tcp_timer_delack().
De-spl tcp_timer_2msl().
MFC after: 2 weeks
Revision Changes Path
1.66.2.1 +11 -15 src/sys/netinet/tcp_timer.c
More information about the cvs-all
mailing list