zebra/zebra-network/src
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
..
peer Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00
peer_set Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00
protocol fix: allow(dead_code) on some protocol version functions 2020-07-28 22:10:20 -04:00
address_book.rs Apply clippy fixes 2020-02-05 12:42:32 -08:00
config.rs Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00
constants.rs Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00
lib.rs network: do not export Builder 2020-07-28 11:10:15 -07:00
meta_addr.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
peer.rs Move server.rs to connection.rs and change imports. 2020-01-16 13:20:03 -05:00
peer_set.rs Move PeerSet initialization into a submodule. 2019-11-27 05:06:01 -05:00
policies.rs fmt 2020-02-21 06:48:25 -05:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00
timestamp_collector.rs Upgrade tokio, futures, hyper to released versions. 2019-12-13 17:42:15 -05:00