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

v1.18: quic: delay calling set_max_concurrent_uni_streams/set_receive_window (backport of #904) #968

Merged
merged 1 commit into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. quic: delay calling set_max_concurrent_uni_streams/set_receive_window (

    …#904)
    
    * quic: don't call connection.set_max_concurrent_uni_streams if we're going to drop a connection
    
    Avoids taking a mutex and waking a task.
    
    * quic: don't increase the receive window before we've actually accepted a connection
    
    (cherry picked from commit 2770424)
    alessandrod authored and lijunwangs committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4131c9b View commit details
    Browse the repository at this point in the history