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

ngtcp2, do not loop on recv #15466

Closed
wants to merge 1 commit into from
Closed

Conversation

icing
Copy link
Contributor

@icing icing commented Oct 31, 2024

The vquic_recv_packets() function already loops when not all requested packets can be received (until EAGAIN) and there is not need to do that again in ngtcp2.

The vquic_recv_packets() function already loops when not all
requested packets can be received (until EAGAIN) and there is
not need to do that again in ngtcp2.
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Oct 31, 2024
@icing icing requested a review from bagder October 31, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants