solana/local-cluster/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
..
cluster.rs Thin client quic (#23973) 2022-03-31 15:47:00 -04:00
cluster_tests.rs client: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
lib.rs Add test_incremental_snapshot_download() to local-cluster (#19746) 2021-09-13 21:44:48 -05:00
local_cluster.rs Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00
local_cluster_snapshot_utils.rs Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
validator_configs.rs Add CPUmetrics (#25802) 2022-06-07 11:34:25 -07:00