Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quic is retransmitting huge packets when a big burst of packets is lost #54

Open
duncanmcl opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@duncanmcl
Copy link

I tested a 5G network that sometimes loses connection drops bust of packets. When the client receives an ACK showing many packets lost in its SACK block, the client is sending all lost packets at the same time. I saw that Quic is trying to send huge packets like 140Kbytes by putting all lost frames to a single packet. Quic should limit the size of retransmitted packets to MTU and check congestion window. Otherwise they may be dropped in the physical layer or they will be fragmentted by IP layer. Quic RFC says that IP fragmentation is not allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant