solana/core
behzad nouri be80f6d5c5
excludes origin from prune set (#13204)
On the receiving end, prune messages are ignored if the origin points to
the node itself:
https://github.com/solana-labs/solana/blob/631f029fe/core/src/crds_gossip_push.rs#L285-L295
So to avoid sending these over the wire, the requester can exclude
origin from the prune set.
2020-10-29 12:50:58 +00:00
..
benches scans crds table in parallel for finding old labels (#13073) 2020-10-23 14:17:37 +00:00
src excludes origin from prune set (#13204) 2020-10-29 12:50:58 +00:00
tests implements ping-pong packets between nodes (#12794) 2020-10-28 17:03:02 +00:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml implements ping-pong packets between nodes (#12794) 2020-10-28 17:03:02 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00