update docs for hard-coding of tcp consants
This commit is contained in:
@@ -426,14 +426,11 @@ The following parameters are hardcoded, but may be of interest for analysis:
|
||||
<li>MIN_MESSAGE_SIZE = 512 (minimum MTU)
|
||||
<li>INBOUND_BUFFER_SIZE = maxMessageSize * (maxWindowSize + 2)
|
||||
<li>INITIAL_TIMEOUT (valid only before RTT is sampled) = 12000
|
||||
<li>PASSIVE_FLUSH_DELAY = 250
|
||||
<li>Maximum RTT estimate: 60*1000
|
||||
</ul>
|
||||
The following parameters can be set per individual connection:
|
||||
<ul>
|
||||
<li>"alpha" ( RTT dampening factor as per RFC 6298 ) = 0.125</li>
|
||||
<li>"beta" ( RTTDEV dampening factor as per RFC 6298 ) = 0.25</li>
|
||||
<li>"K" ( RTDEV multiplier as per RFC 6298 ) = 4</li>
|
||||
<li>PASSIVE_FLUSH_DELAY = 250
|
||||
<li>Maximum RTT estimate: 60*1000
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user