How can you differentiate between L4S and non-L4S traffic at the network level, especially in mixed traffic environments?
Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
61–70 of 91 posts
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#62How does it compare to μTP (Micro Transport Protocol)? https://en.wikipedia.org/wiki/Micro_Transport_Protocol
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#63I’m having trouble determining if my 3.1 cable modem supports the draft spec. Is there a way to tell based on serial number? Are there hardware limitations that would prevent older 3.1 modems from receiving a software update to enable support?
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#64Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#65How does the feedback loop works ? I.e. the routers need to tell the source (upstream) to back off , but this used an IP header bit, so there is No guaranteed Return Stream....
There are built in ways for the TCP protocol to handle congestion, but it doesn't allow a router to signal congestion. The router just has to hope for the sender to detect the congestion fast enough.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#66Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#67Earlier quoted context omitted.
TCP congestion control relies on packets being dropped to signal that a link is congested. 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…
I'll need to read up on this, but one potential misuse of this is to just always/often set that bit on traffic you want to suppress. Which feels much easier and much less heavy-handed than what you can to today. Which technically is a great thing but just wondering about misuse aspect.
Re: Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: RFC 9330
#68What 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?