grin/p2p/src
Ignotus Peverell 1b78a73328
Variety of small p2p fixes to block sync
Adds a couple utility function to p2p server to check whether
we're already connected to a peer before trying again. Other
very minor fixes and logging improvements.
2017-04-27 22:05:12 -07:00
..
conn.rs Trivial formatting fixes 2017-04-24 18:47:36 -07:00
handshake.rs Cleaned up error handling in p2p module. Setting peer status on disconnect. 2017-02-26 20:08:40 -08:00
lib.rs Server types cleanup and serde for configuration types 2017-04-24 18:49:57 -07:00
msg.rs core: various cleanups, improvements, code comments (#38) 2017-04-09 23:17:23 -07:00
peer.rs P2P server cleanup of disconnected peers. Mark those that don't respect the protocol as banned. 2017-02-27 14:17:53 -08:00
proto.rs A db store for peer data. 2017-02-09 20:16:34 -08:00
protocol.rs Trivial formatting fixes 2017-04-24 18:47:36 -07:00
server.rs Variety of small p2p fixes to block sync 2017-04-27 22:05:12 -07:00
store.rs Variety of small p2p fixes to block sync 2017-04-27 22:05:12 -07:00
types.rs Server types cleanup and serde for configuration types 2017-04-24 18:49:57 -07:00