|
@@ -525,6 +525,13 @@ tcp_rmem - vector of 3 INTEGERs: min, default, max
|
|
|
tcp_sack - BOOLEAN
|
|
|
Enable select acknowledgments (SACKS).
|
|
|
|
|
|
+tcp_comp_sack_delay_ns - LONG INTEGER
|
|
|
+ TCP tries to reduce number of SACK sent, using a timer
|
|
|
+ based on 5% of SRTT, capped by this sysctl, in nano seconds.
|
|
|
+ The default is 1ms, based on TSO autosizing period.
|
|
|
+
|
|
|
+ Default : 1,000,000 ns (1 ms)
|
|
|
+
|
|
|
tcp_slow_start_after_idle - BOOLEAN
|
|
|
If set, provide RFC2861 behavior and time out the congestion
|
|
|
window after an idle period. An idle period is defined at
|