diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-12-23 01:25:59 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-12-23 01:25:59 +0000 |
| commit | db0aae38b618d662c642216bc7c022ce0d5f8ee1 (patch) | |
| tree | b7a7a1bda3928590f7e918b837101f1ec3d6c75a /sys/netinet/tcp_timer.c | |
| parent | 950ab1e470be54d17d7d9c8ed4261f803fef7d71 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.c')
| -rw-r--r-- | sys/netinet/tcp_timer.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 80fd03ce6da06..0a8425967ca48 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -137,21 +137,6 @@ tcp_slowtimo() INP_INFO_WUNLOCK(&tcbinfo); } -/* - * Cancel all timers for TCP tp. - * - * XXXRW: This appears to be unused. - */ -void -tcp_canceltimers(tp) - struct tcpcb *tp; -{ - callout_stop(tp->tt_2msl); - callout_stop(tp->tt_persist); - callout_stop(tp->tt_keep); - callout_stop(tp->tt_rexmt); -} - int tcp_syn_backoff[TCP_MAXRXTSHIFT + 1] = { 1, 1, 1, 1, 1, 2, 4, 8, 16, 32, 64, 64, 64 }; |
