diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2006-03-01 21:13:29 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2006-03-01 21:13:29 +0000 |
| commit | 895572798ac4f1662ca21461c216b545bd83b7a7 (patch) | |
| tree | 05e05d0c8615c47159ca7cb8024e07daab4e8fbb /sys/netinet/tcp_timer.h | |
| parent | 122955f020b0b91bee41a99611c31557907a0b02 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.h')
| -rw-r--r-- | sys/netinet/tcp_timer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index c62060fe85cf..d3d7c94ff3b0 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -86,6 +86,9 @@ #define TCPTV_KEEPINTVL ( 75*hz) /* default probe interval */ #define TCPTV_KEEPCNT 8 /* max probes before drop */ +#define TCPTV_INFLIGHT_RTTTHRESH (10*hz/1000) /* below which inflight + disengages, in msec */ + /* * Minimum retransmit timer is 3 ticks, for algorithmic stability. * TCPT_RANGESET() will add another TCPTV_CPU_VAR to deal with |
