solana-with-rpc-optimizations/gossip
behzad nouri a9ecdc0ae5
asserts that socket addresses set in new_with_external_ip are valid (#32860)
new_with_external_ip silently ignores errors when setting socket
addresses which makes it harder to catch bugs:
https://github.com/solana-labs/solana/blob/7beeb8310/gossip/src/cluster_info.rs#L3054-L3063
2023-08-16 20:41:40 +00:00
..
benches reworks gossip crds timeouts (#30468) 2023-03-27 21:52:48 +00:00
src asserts that socket addresses set in new_with_external_ip are valid (#32860) 2023-08-16 20:41:40 +00:00
tests removes outdated tvu_forward socket (#32101) 2023-06-20 20:50:16 +00:00
.gitignore
Cargo.toml repurposes tvu_forwards socket for TVU over QUIC (#32737) 2023-08-07 22:02:41 +00:00
build.rs