Zebra/zebra-network/src/peer_set
Henry de Valence 3d46ab746a
Clean up options in network config section. (#839)
Closes #536.

This removes:

- the user-agent (we can add a mechanism to specify extra BIP14 components later, if any users ask us for that feature);
- the EWMA parameters (these were put in the config just to avoid making a choice);
- the peer connection timeout (we can change the default value if anyone ever has a problem with it);
- the peer set request buffer size (setting this too low can make the application deadlock);

The new peer interval is left in.
2020-08-06 11:29:00 -07:00
..
candidate_set.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
initialize.rs Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00
set.rs don't require absense of cancel handles 2020-06-16 13:42:31 -07:00
unready_service.rs Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00