diff --git a/_posts/2018-07-13-about-mtu.md b/_posts/2018-07-13-about-mtu.md index 3f8f3be..52053a2 100644 --- a/_posts/2018-07-13-about-mtu.md +++ b/_posts/2018-07-13-about-mtu.md @@ -66,10 +66,11 @@ substantial performance drop whilst the operating system throttles down that inner TCP connection to cope with what it believes to be congestion. However, by using large MTUs, and therefore larger window sizes on the inner TCP -connection, we send far less TCP control messages over the wire - as many as 43 -times less - therefore there are far less control messages from the inner -connection which may be affected or amplified by retransmission. This helps to -stabilise performance on the inner TCP connections. +connection, we send far less TCP control messages over the wire - possibly up to +as many as 43 times less - therefore there are far less opportunities for +control messages on the inner connection to be affected or amplified by +retransmission. This helps to stabilise performance on the inner TCP +connections. There are also some other clever things taking place at the Yggdrasil TCP layer. In particular, LIFO queues are used for session traffic, which results in