grin/p2p/src
AntiochP 442ef3b255
port across "simple_sync" changes from testnet1 branch (#409)
* port across "simple_sync" changes from testnet1 branch
Cleanup direct refs to peer map or peer store
P2P server acts as a facade, handling the list of connected peers
and the storage of their information. Everything else goes through
the p2p server instead of having a peer map reference or going
straight to the store.
Fix p2p tests

* fix "monitoring peers" log msg (use connected_peers)
2017-11-30 10:27:50 -05:00
..
conn.rs Regularly ping all peers to check liveness 2017-11-19 20:40:49 -05:00
handshake.rs compare genesis during peering handshake (#327) 2017-11-20 12:35:52 -05:00
lib.rs port across "simple_sync" changes from testnet1 branch (#409) 2017-11-30 10:27:50 -05:00
msg.rs add total_diff to ping/pong msgs (#350) 2017-11-21 09:24:29 -05:00
peer.rs port across "simple_sync" changes from testnet1 branch (#409) 2017-11-30 10:27:50 -05:00
protocol.rs port across "simple_sync" changes from testnet1 branch (#409) 2017-11-30 10:27:50 -05:00
rate_limit.rs Allowable write size as u64 instead of usize. Fix #303. 2017-11-18 13:43:57 -05:00
server.rs port across "simple_sync" changes from testnet1 branch (#409) 2017-11-30 10:27:50 -05:00
store.rs use a short timeout when opening the connection to possible peers (#300) 2017-11-17 20:13:49 -05:00
types.rs port across "simple_sync" changes from testnet1 branch (#409) 2017-11-30 10:27:50 -05:00