In case anyone else was curious, I found a brief demo of this in use with a video feed from an RC car: https://www.youtube.com/watch?v=RZmS10djDEg
Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
81–90 of 91 posts
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#82If you are interesting in learning more on L4S, there is a webinar series starting today on understandinglatency.com. Some of the authors of L4S, the head of Comcasts L4S field trail and some critical voices are speaking
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#83Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#84I just hope they pronounce it "L-Force"
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#85Essentially, L4S shrinks the latency feedback loop. The second half of this video explains it quite nicely: https://youtu.be/tAVwmUG21OY?si=lydbqfNL80Y8Uxvp
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#86Earlier quoted context omitted.
TCP congestion control can use this new signal, if present. An update to the TCP protocol which allows it to do is going through IETF at present: https://datatracker.ietf.org/doc/draft-ietf-tcpm-accurate-ec...
Can anyone guess a timeline when this will be available in OSes, middleboxes and whatnot? So when can we reap the benefits?
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#87What does this mean in practicality as a user? Will e.g. video calls be closer to real-time? There's usually about 0.5-1 second delay which leads to a lot of hiccups and interruptions when speaking with each other. What other application uses will be significantly improved?
The need for Wi-Fi adds latency, especially when a laptop is on battery
To deal with NAT many video chat services relay through cloud servers adding latency.
https://hpbn.co/wifi/#measuring-and-optimizing-wifi-performa...
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#88Im confused, everyone here is talking about improvements to video conferencing and streaming, but those applications use UDP instead of TCP so I don’t understand how this will change anything.
You ever get that robotic latency thing? That’s because of udp and the stream allowing dropped packets at all. It’s a horrible experience.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#89Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#90How does this interact with eg BBR?
BBRv1 doesn't take ECN into account. BBRv2/v3 do, and it's mentioned in the RFC: Scalable variants are under consideration for more recent transport protocols (e.g., QUIC), and the L4S ECN part of BBRv2 [BBRv2] [BBR-CC] is a Scalable congestion control intended for the TCP and QUIC transports, amongst others.