Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.18: quic: delay calling set_max_concurrent_uni_streams/set_receive…
…_window (backport of solana-labs#904) (solana-labs#968) quic: delay calling set_max_concurrent_uni_streams/set_receive_window (solana-labs#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) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
- Loading branch information