netty / netty-incubator-codec-quic

Apache License 2.0
304 stars 72 forks source link

QUIC+TCP Backpressure Issue #763

Open heixiaoma opened 5 days ago

heixiaoma commented 5 days ago

Background:

Current approach:

Issues encountered:

The issue has been bothering me for a long time, and I want to discuss how to handle it. Whenever TCP processing is slow, there is a backlog in the QUIC server

Even with the use of channelWritabilityChanged and high/low watermarks to handle the issue, the problem still persists.

@normanmaurer Hello, expert. Sorry to bother you, but could I get your thoughts and advice?

heixiaoma commented 4 days ago

The TCP bandwidth is 3 Mbps, and the QUIC bandwidth is 100 Mbps.