grin/p2p/src
Antioch Peverell ef5d83817e
Maintain min outbound peers (min_preferred_peers / 2) (#2417)
* outbound connection count

* rustfmt

* display outbound peer count

* rustfmt

* wip - allow connections to exceed max when trying to create new outcound connections
any in excess of total max will be cleaned up subsequently

* fix

* we care about connected outbound peer count when deciding to connect to new peers
2019-01-19 16:13:09 +00:00
..
conn.rs fix: connection close should stay outside the poll loop (#2308) 2019-01-07 14:44:07 +08:00
handshake.rs fix: one peer occupy multiple tcp connections (#2262) 2018-12-31 19:24:30 +08:00
lib.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
msg.rs Re-launch floonet (#2249) 2018-12-28 14:46:21 -08:00
peer.rs Track blocks we requested, always broadcast otherwise (#2349) 2019-01-12 09:28:03 -08:00
peers.rs Maintain min outbound peers (min_preferred_peers / 2) (#2417) 2019-01-19 16:13:09 +00:00
protocol.rs Track blocks we requested, always broadcast otherwise (#2349) 2019-01-12 09:28:03 -08:00
serv.rs Track blocks we requested, always broadcast otherwise (#2349) 2019-01-12 09:28:03 -08:00
store.rs fix: check_banned must care about ip address only, and ignore the peer port info (#2267) 2019-01-01 11:43:05 +08:00
types.rs Maintain min outbound peers (min_preferred_peers / 2) (#2417) 2019-01-19 16:13:09 +00:00