grin/p2p/src
Gary Yu 63a4d95df1 fix: in case txhashset validation fail, 'TxHashsetDownload' should retry (#1293) (#1322)
* fix: in case txhashset validation fail, 'TxHashsetDownload' should retry (#1293)

And add 2 more fixes:
1. handle sending request failure of 'send_txhashset_request';
2. use a 10-mins timeout to handle noresponse failure, in case a peer ignore our txhashset request, or in case a peer fail to send a file for some reason.
2018-08-08 17:14:54 +02:00
..
conn.rs Cleanup imports (#1161) 2018-06-14 08:16:14 -04:00
handshake.rs Kernel sum and MMR sizes in block header (#1163) 2018-06-21 02:30:22 +01:00
lib.rs improve: time crate flagged as deprecated, switch to actively maintained chrono crate (#1297) 2018-07-30 09:33:28 +01:00
msg.rs Cleanup ping-pong serialization 2018-07-13 00:55:21 +01:00
peer.rs Leverage sync state to accept txhashset (#1251) 2018-07-12 17:06:52 +01:00
peers.rs Remove Iron dependency and update hyper to version 0.12 (#1241) 2018-08-01 10:44:07 +01:00
protocol.rs Remove Iron dependency and update hyper to version 0.12 (#1241) 2018-08-01 10:44:07 +01:00
serv.rs Remove Iron dependency and update hyper to version 0.12 (#1241) 2018-08-01 10:44:07 +01:00
store.rs Error handling improvements (particularly in chain) (#1208) 2018-06-30 23:36:38 +01:00
types.rs fix: in case txhashset validation fail, 'TxHashsetDownload' should retry (#1293) (#1322) 2018-08-08 17:14:54 +02:00