grin/p2p
Ignotus Peverell bb7a61d284
Return error when peer_addr() fails on connection
Likely issue is the connection failed right after being
established, leading `peer_addr()` to fail and the `unwrap()`
crashes the process instead of failing gracefully. Fix #293.
2017-11-17 14:28:26 -05:00
..
src Return error when peer_addr() fails on connection 2017-11-17 14:28:26 -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