grin/p2p/src
Antioch Peverell bc6108cf12
Kernels v2 (variable size) (#3034)
* wip

* exhaustive match

* write with fixed v1 strategy when writing for hashing

* local protocol version is 2

* cleanup "size" tests that exercise v1 vs v2 vs default protocol versions

* add proto version to Connected! log msg

* cleanup docs

* negotiate protocol version min(local, peer) when doing hand/shake
2019-09-19 14:31:46 +01:00
..
conn.rs fix: the cpuload 100% in case the tcpstream WouldBlock (#3029) 2019-09-10 07:55:57 +08:00
handshake.rs Kernels v2 (variable size) (#3034) 2019-09-19 14:31:46 +01:00
lib.rs merge master into 1.1.0 2019-04-16 11:24:43 +01:00
msg.rs [2.x.x] Use blocking IO in P2P to reduce CPU load (#2855) 2019-07-12 23:17:38 +02:00
peer.rs cleanup deprecation warnings about missing dyn with trait objects (#2997) 2019-08-26 21:17:47 +01:00
peers.rs Peer is_known robustness (#3040) 2019-09-12 21:04:09 +01:00
protocol.rs TxHashSet Download Improvement (#2984) 2019-08-01 17:46:06 +01:00
serv.rs Peer is_known robustness (#3040) 2019-09-12 21:04:09 +01:00
store.rs Optimize Option to Error conversion (#3036) 2019-09-10 14:38:36 +02:00
types.rs cleanup deprecation warnings about missing dyn with trait objects (#2997) 2019-08-26 21:17:47 +01:00