solana/validator/src
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
..
bin Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
admin_rpc_service.rs Reduce admin rpc service thread count from the number of available cores to 3 (#25306) 2022-05-17 19:40:13 -07:00
bootstrap.rs choose highest incremental snapshot first (#25584) 2022-06-02 16:12:03 -05:00
dashboard.rs `solana-validator monitor` now reports identity changes 2022-02-15 13:12:30 -08:00
lib.rs Thin client quic (#23973) 2022-03-31 15:47:00 -04:00
main.rs Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00