grin/p2p
AntiochP c2a95637b3 more robust peer handling (#244)
* use HashMap internally for tracking connected peers (to avoid duplicates)
* reuse the handshake on the server so we can track our own nonce to avoid self connections correctly
* make sure we start up the clean_peers loop even in seedless mode
* logging in monitoring peers loop
* simplify monitoring for no seeds
* fixup and cleanup simulnet tests (real seeds in places)
* only start the sync if we have either seeds or peers that we know about, exit syncer safely if we have no connected peers
2017-11-14 13:57:16 -05:00
..
src more robust peer handling (#244) 2017-11-14 13:57:16 -05:00
tests more robust peer handling (#244) 2017-11-14 13:57:16 -05:00
Cargo.toml tweaks to logging configuration (#176) 2017-10-13 16:42:04 +00:00
rustfmt.toml Getting started on the p2p networking code. 2016-10-23 17:02:02 -04:00