Earlier quoted context omitted.
There's literally an abstract at the top of this document which provides a summary. If you want more, you can feed it into chatgpt (or many other services) yourself, same as everyone here. There's no reason to post a summary as an unsolicited comment.
I'm pretty sure we often see the abstract posted as a comment for a quick summary, and I don't see it downvoted as hard. Not everyone goes through the link. But sure, they could have just posted that instead of going through GPT. Doesn't really matter much imo.
Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
31–40 of 91 posts
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#32How does it compare to μTP (Micro Transport Protocol)? https://en.wikipedia.org/wiki/Micro_Transport_Protocol
However, from a brief look, uTP is designed for background transfers for which latency is not important, so there is no particular need to do so.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#33Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#34This thing is cool. I saw a live demo at IETF 118 in Prague last month. It totally eliminates buffer bloat, which makes it awesome for video chat. I saw the demo and was like "woah... I didn't think this would ever be possible." It requires an additional bit to be inserted into IP packets, to carry information about when buffers are full (I think?), but it actually works. It feels like living in the future!
That bit is already there. L4S changes the meaning of the bit to allow a more accurate signal.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#35Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#36This thing is cool. I saw a live demo at IETF 118 in Prague last month. It totally eliminates buffer bloat, which makes it awesome for video chat. I saw the demo and was like "woah... I didn't think this would ever be possible." It requires an additional bit to be inserted into IP packets, to carry information about when buffers are full (I think?), but it actually works. It feels like living in the future!
That bit is already there. L4S changes the meaning of the bit to allow a more accurate signal.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#37Earlier quoted context omitted.
L4S is not really an express lane. It is a way for applications to know when their traffic is congested, enabling them to scale DOWN their traffic to alleviate the congestion. Less congestion means less latency.
How is that different to TCP congestion control?
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#38Earlier quoted context omitted.
L4S is not really an express lane. It is a way for applications to know when their traffic is congested, enabling them to scale DOWN their traffic to alleviate the congestion. Less congestion means less latency.
How is that different to TCP congestion control?
L4S actually includes an extra bit of information in IP packets that routers can mutate to explicitly say when they are congested.
This means that you (a) don't need to play exponential backoff games, (b), don't need to re-send redundant packets, and (c) don't need big buffers in routers.
You need big buffers in routers because otherwise exponential backoff goes crazy. But when you add big buffers, you get latency, which is another kind of suck.
In order to avoid latency, you need to avoid buffers, which is hard unless you avoid exponential backoff. To avoid exponential backoff, you need routers to actually communicate their congestion, by sending more information. L4S does that by using an unallocated bit in IP packets.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#39Earlier quoted context omitted.
That bit is already there. L4S changes the meaning of the bit to allow a more accurate signal.
Yes, thanks for the clarification. IIRC was explained to me as "we put the last unused bit in IP packets to use, and get this great feature from it."
https://datatracker.ietf.org/meeting/interim-2020-tsvwg-01/s...
https://mailarchive.ietf.org/arch/msg/tsvwg/rXWRHAyGOuu_qOGM...
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#40Bob Briscoe has been on this line of thought for a long time. I'd recommend reading a couple of his classics on the topic, including: http://www.sigcomm.org/sites/default/files/ccr/papers/2007/A... https://dl.acm.org/doi/pdf/10.1145/1080091.1080124