openethereum/util/network-devp2p
David cb7ad2366d
Handle socket address parsing errors (#8545)
Unpack errors and check for io::ErrorKind::InvalidInput and return our own AddressParse error. Remove the foreign link to std::net::AddrParseError and add an `impl From` for that error. Test parsing properly.
2018-05-09 15:58:02 +02:00
..
src Handle socket address parsing errors (#8545) 2018-05-09 15:58:02 +02:00
tests More code refactoring to integrate Duration (#8322) 2018-04-14 21:35:58 +02:00
Cargo.toml Handle socket address parsing errors (#8545) 2018-05-09 15:58:02 +02:00