diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2006-02-16 19:38:07 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2006-02-16 19:38:07 +0000 |
| commit | eaf80179e2036deb396c6988bfacc9975d49ded0 (patch) | |
| tree | 50085f7cd5f6a0c2d314a7e5e7a2100f076b6b44 /sys/netinet/tcp_timer.h | |
| parent | e3989d3ebf0821b15bb0f0cc89b381ecc4f63dbf (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 |
