Zebra/zebra-network/src/peer
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
..
client.rs network: ensure dropping a Client closes the connection. 2020-07-21 15:43:31 -07:00
connection.rs network: avoid panic when shutting down cleanly. 2020-07-22 18:04:45 +10:00
connector.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
error.rs network: avoid panic when shutting down cleanly. 2020-07-22 18:04:45 +10:00
handshake.rs Clean up options in network config section. (#839) 2020-08-06 11:29:00 -07:00