solana-with-rpc-optimizations/streamer
Lijun Wang a69470fd45
Set receive_window per quic connection (#26936)
This change sets the receive_window for non-staked node to 1 * PACKET_DATA_SIZE, and maps the staked nodes's connection's receive_window between 1.2 * PACKET_DATA_SIZE to 10 * PACKET_DATA_SIZE based on the stakes.

The changes is based on Quinn library change to support per connection receive_window tweak at the server side. quinn-rs/quinn#1393
2022-08-09 10:02:47 -07:00
..
src Set receive_window per quic connection (#26936) 2022-08-09 10:02:47 -07:00
tests Give some tolerance to recv_mmsg test (#25299) 2022-05-19 18:54:39 +02:00
Cargo.toml Set receive_window per quic connection (#26936) 2022-08-09 10:02:47 -07:00