behzad nouri a7870cda8d records hash of timed-out pull responses
Gossip should record hash of pull responses which are timed out and
fail to insert:
https://github.com/solana-labs/solana/blob/ed51cde37/core/src/crds_gossip_pull.rs#L397-L400

so that they are excluded from the next pull request:
https://github.com/solana-labs/solana/blob/ed51cde37/core/src/crds_gossip_pull.rs#L486-L491

otherwise the next pull request will likely include the same timed out
values and waste bandwidth.
2021-05-22 17:02:24 +00:00
..
2021-05-19 09:31:47 -05:00
2021-05-19 09:31:47 -05:00
2021-05-19 09:31:47 -05:00
2021-02-19 20:08:41 -08:00
2021-03-05 17:46:50 +00:00