solana/bench-tps
Lijun Wang 29b597cea5
Connection pool support in connection cache and QUIC connection reliability improvement (#25793)
* Connection pool in connection cache and handle connection errors

1. The connection not has a pool of connections per address, configurable, default 4
2. The connections per address share a lazy initialized endpoint
3. Handle connection issues better, avoid race conditions
4. Various log improvement for help debug connection issues
2022-06-10 09:25:24 -07:00
..
src Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00
tests client: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
.gitignore
Cargo.toml chore: bump rayon from 1.5.2 to 1.5.3 (#25242) 2022-05-18 09:39:57 -06:00