Hacker News new | ask | show | jobs
by billconan 1624 days ago
> The cause of Bufferbloat was that previously, congestion control relied on packet loss, which was a signal that the buffer is full.

I couldn't understand "congestion control relied on packet loss"? could somebody explain? Thanks!

does it mean "congestion control is triggered by the packet loss event, which is a signal for buffer being full"?

1 comments

Author here. Your understanding is right, and I meant that old congestion control algorithms was only using the information of packet losses.
Thank you very much! great work!