Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: use read_chunks() instead of read_chunk() (solana-labs#3299)
* quic: make all tests that spawn the server multithreaded * quic: use read_chunks() instead of read_chunk() Read multiple chunks at a time, minimizing the round trips we do inside the connection therefore minimizing contention around the connection state lock.
- Loading branch information