solana/tpu-client
Lijun Wang f156bc12ca
Enforce stream receive timeout (#28513)
In the quic server handle_connection, when we timed out in receiving the chunks, we loop forever to wait for the chunk. If the client never provide another chunk, the server can hopelessly wait for that chunk and wasting server resources. Instead WAIT_FOR_CHUNK_TIMEOUT_MS is introduced to bound this to 10 seconds at maximum. The stream will be dropped if it times out.
2022-11-02 10:09:32 -07:00
..
src Time out async sends to avoid slackers stuck in the queue for too long (#28545) 2022-10-31 13:46:45 -07:00
tests Enforce stream receive timeout (#28513) 2022-11-02 10:09:32 -07:00
.gitignore
Cargo.toml Restore the dev-dependency 2022-10-19 16:46:36 -07:00