solana/core
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
..
benches client: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
src Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00
tests (Refactor) Move blocktore options related stuff to blockstore_options.rs (#25509) 2022-05-26 16:59:26 -07:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Record solana-validator ver to metrics at startup (#25635) 2022-06-01 13:37:50 +09:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00