solana-with-rpc-optimizations/core
behzad nouri 3ac2507d36
adds keep-alive-interval to repair QUIC transport config (#33866)
QUIC connections may timeout due to infrequent repair requests. The commit
configures keep_alive_interval and max_idle_timeout to avoid timeouts.
2023-11-08 20:09:23 +00:00
..
benches Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
src adds keep-alive-interval to repair QUIC transport config (#33866) 2023-11-08 20:09:23 +00:00
tests Move and rename ledger services from core to ledger (#33947) 2023-11-08 11:58:31 -06:00
.gitignore
Cargo.toml TransactionScheduler: Consume Scheduler w/ PrioGraph (#33612) 2023-10-24 11:33:04 +08:00
build.rs