Skip to content

Commit

Permalink
quic: use read_chunks() instead of read_chunk() (solana-labs#3299)
Browse files Browse the repository at this point in the history
* 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
alessandrod authored Oct 28, 2024
1 parent 047dfc0 commit c88e6df
Showing 1 changed file with 127 additions and 108 deletions.
Loading

0 comments on commit c88e6df

Please sign in to comment.