mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
tcp: remove TCPTV_TWTRUNC
It is not used anymore... Reviewed by: rscheff, Peter Lei Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D50900 (cherry picked from commit 124120d44ba23ccc44144f9fc48d35818c660dc1)
This commit is contained in:
parent
d9519ec9b6
commit
2c3e72ee20
1 changed files with 0 additions and 2 deletions
|
|
@ -113,8 +113,6 @@
|
|||
#define TCPTV_CPU_VAR ( hz/5 ) /* cpu variance allowed (200ms) */
|
||||
#define TCPTV_REXMTMAX ( 64*hz) /* max allowable REXMT value */
|
||||
|
||||
#define TCPTV_TWTRUNC 8 /* RTO factor to truncate TW */
|
||||
|
||||
#define TCP_MAXRXTSHIFT 12 /* maximum retransmits */
|
||||
|
||||
#define TCPTV_DELACK ( hz/25 ) /* 40ms timeout */
|
||||
|
|
|
|||
Loading…
Reference in a new issue