zebra/zebra-network
Henry de Valence fa4ba442eb Add a MIN_VERSION constant to zebra_network.
When we perform a handshake with a remote peer, we need to encode the
version messages with a particular network version before we find out
what the remote peer's version preference is.  So in addition to having
a CURRENT_VERSION constant (which represents our preference), we need to
have a MIN_VERSION during the handshake (and later to determine whether
we'll talk to the peer at all).
2019-09-22 17:06:07 -04:00
..
src Add a MIN_VERSION constant to zebra_network. 2019-09-22 17:06:07 -04:00
Cargo.toml Use rand::thread_rng to impl Default for Nonce. 2019-09-22 17:06:07 -04:00