<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 26, 2020 at 5:41 PM Mikael Abrahamsson <<a href="mailto:swmike@swm.pp.se" target="_blank">swmike@swm.pp.se</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, 26 Dec 2020, Baldur Norddahl wrote:<br>
<br>
> That is why. The RTT to the source can not be larger than the minimum <br>
> buffer size in the transport path. Otherwise the speed will start <br>
> decreasing.<br>
<br>
This is no longer correct. There has been lots of TCP innovation since <br>
this was true.<br>
<br>
Please stop repeating it.<br></blockquote><div><br></div><div>It is true there have been TCP improvements but you can very easily verify for yourself that it is very hard to get anywhere near 1 Gbps of actual transfer speed to destinations just 10 ms away. Try the nlnog ring network like this:</div><div><br></div>gigabit@gigabit01:~$ iperf -c <a href="http://netnod01.ring.nlnog.net" target="_blank">netnod01.ring.nlnog.net</a><br>------------------------------------------------------------<br>Client connecting to <a href="http://netnod01.ring.nlnog.net" target="_blank">netnod01.ring.nlnog.net</a>, TCP port 5001<br>TCP window size: 85.0 KByte (default)<br>------------------------------------------------------------<br>[  3] local 185.24.168.23 port 50632 connected with 185.42.136.5 port 5001<br>[ ID] Interval       Transfer     Bandwidth<br><div>[  3]  0.0-10.0 sec   452 MBytes   379 Mbits/sec</div><div><br></div><div>And that is a direct peer of ours.</div><div><br></div><div>In general you will have trouble with any server that has a NIC > 1G. If you find a server that has a 1G NIC this happens instead:</div><div><br></div><div>gigabit@gigabit01:~$ iperf -c <a href="http://bahnhof01.ring.nlnog.net" target="_blank">bahnhof01.ring.nlnog.net</a><br>------------------------------------------------------------<br>Client connecting to <a href="http://bahnhof01.ring.nlnog.net" target="_blank">bahnhof01.ring.nlnog.net</a>, TCP port 5001<br>TCP window size: 85.0 KByte (default)<br>------------------------------------------------------------<br>[  3] local 185.24.168.23 port 56412 connected with 195.178.185.171 port 5001<br>[ ID] Interval       Transfer     Bandwidth<br>[  3]  0.0-10.0 sec  1.08 GBytes   930 Mbits/sec<br></div><div><br></div><div>Why? Because the 1G NIC server naturally will pace the traffic at maximum 1G and therefore not fill any buffers in the transfer path. The 10G servers on the other hand WILL fill the buffers and experience packet loss.</div><div><br></div><div>Regards,</div><div><br></div><div>Baldur</div><div> </div><div><br></div><div><br></div><div><br></div></div></div>