<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 21, 2017 at 8:55 PM, Ryan Mounce <span dir="ltr"><<a href="mailto:ryan@mounce.com.au" target="_blank">ryan@mounce.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've experienced this recently myself. In my case I have a 100Mbps<br>
link from my ISP and their shaper will queue up to about 120ms worth<br>
of packets (on top of the ~10ms baseline latency). I run cake in<br>
ingress mode at 99.2Mbps, which has normally been enough to keep<br>
everything in check and keep my ISP's queue empty at least in the<br>
steady state.<br>
<br>
Boot up a Windows 10 PC that's been unused for a few months, let it<br>
update and bam! 100-130ms RTT, family member's Netflix stream in the<br>
next room stalls completely, and running a quick speedtest on a<br>
different machine (that should get ~50% share of the link under normal<br>
circumstances with dual-dsthost) yields about 1.2Mbps on a 100Mbps<br>
link! I performed a quick pcap while this was happening and determined<br>
that Windows Update had started on the order of 120 parallel HTTP<br>
downloads from 2 different Akamai cache IPs (within my ISP's network<br>
20ms away).<br>
<br>
The 20ms jump in latency in your case just indicates that there is a<br>
small buffer in your DSLAM, however it is still being flooded by the<br>
parallel transfers from the CDN.<br>
<br>
Windows 10 probably deserves most of the blame for opening so many<br>
parallel connections, however I think there is also some concern here<br>
with Akamai's FastTCP not responding to congestion signals.<br></blockquote><div><br></div><div>Without packet pacing, this is impossible. All TCP implementations have a minimum window size of 2 segments. Assuming 1500 bytes per segment, that's 3,000 bytes. Divide by RTT of 20ms for 1.2Mb/s minimum bandwidth. Because there is no pacing, aka delaying packets, the packets are sent as soon as the ACK hits. With 120 connections, that's 144Mb/s. It can't respond to congestion by slowing itself down because it's already as slow as it can go. Packet pacing is very new and is slowly being standardized. Windows just needs to reduce the number of connections.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards,<br>
Ryan Mounce<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 22 December 2017 at 12:31, Rich Brown <<a href="mailto:richb.hanover@gmail.com">richb.hanover@gmail.com</a>> wrote:<br>
> I'm using LEDE 17.01.4 on my Archer C7v2. I have a 7mbps/768kbps ADSL2+ connection through Fairpoint. The modem stats page shows its "attainable rates" (kbps): 13330/1272 and Rates: 8271/1181. My SQM settings are:<br>
><br>
> Download: 7000 (kbps)<br>
> Upload: 925<br>
> Queue Disc: Cake/piece_of_cake.qos<br>
> Link Layer: ATM/44 bytes overhead<br>
> Advanced Options: default<br>
><br>
> I have noticed that Win10 updates cause the network connection to become unusable for other services/people, as if I had bufferbloat. But ping times remain stable - they jump from ~20-22 msec unloaded to 40-50 msec.<br>
><br>
> Experiments I have tried:<br>
><br>
> - Setting download speed to 5000 makes the connection usable for other people, although the ping times remain about the same (40-50 msec)<br>
><br>
> - Setting the download speed to 8600 still keeps ping times down, but that really harms other people's performance.<br>
><br>
> - The link rates (download and upload) seem to track the SQM setting, measured with both YAMon and the built-in real-time graphs.  I get ~6,000 kbps with a 7000 download setting, I got ~3,000kbps at the 5000 setting. I get ~8500 kbps after setting download to 8600.<br>
><br>
> - This doesn't seem to happen when I'm downloading other kinds of files (I haven't tried torrenting files...) Downloading non-Win10 update files seems to leave the connection in a fairly responsive state.<br>
><br>
> Any thoughts? What other experiments should I make? Thanks!<br>
><br>
> Rich<br>
> ______________________________<wbr>_________________<br>
> Bloat mailing list<br>
> <a href="mailto:Bloat@lists.bufferbloat.net">Bloat@lists.bufferbloat.net</a><br>
> <a href="https://lists.bufferbloat.net/listinfo/bloat" rel="noreferrer" target="_blank">https://lists.bufferbloat.net/<wbr>listinfo/bloat</a><br>
______________________________<wbr>_________________<br>
Bloat mailing list<br>
<a href="mailto:Bloat@lists.bufferbloat.net">Bloat@lists.bufferbloat.net</a><br>
<a href="https://lists.bufferbloat.net/listinfo/bloat" rel="noreferrer" target="_blank">https://lists.bufferbloat.net/<wbr>listinfo/bloat</a><br>
</div></div></blockquote></div><br></div></div>