lighthouse/beacon_node/lighthouse_network/src
Divma 615695776e Retry gossipsub messages when insufficient peers (#2964)
## Issue Addressed
#2947 

## Proposed Changes

Store messages that fail to be published due to insufficient peers for retry later. Messages expire after half an epoch and are retried if gossipsub informs us that an useful peer has connected. Currently running in Atlanta

## Additional Info
If on retry sending the messages fails they will not be tried again
2022-02-03 01:12:30 +00:00
..
behaviour Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
discovery Network performance tuning (#2608) 2022-01-14 05:42:47 +00:00
peer_manager Fix small typo in error log (#2975) 2022-01-31 22:55:07 +00:00
rpc Restrict network limits based on merge fork epoch (#2839) 2021-12-02 14:32:31 +11:00
types Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
config.rs Reduce gossip history (#2969) 2022-01-31 07:29:41 +00:00
lib.rs Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
metrics.rs Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
service.rs Network performance tuning (#2608) 2022-01-14 05:42:47 +00:00