grin/p2p/src
Ignotus Peverell 5efcdbc077
Refuse duplicate peer IPs (#2347)
* Refuse duplicate peer IPs
* Explicitly mentioning NAT in code comment
* Well of course that would mess with tests. Only trigger using IP test when on the wild internet (~DNS seeding).
2019-01-11 15:51:38 -08: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 fix: connection close should stay outside the poll loop (#2308) 2019-01-07 14:44:07 +08:00
peers.rs fix: wait_for_min_peers shouldn't wait forever when all peers are in same work (#2340) 2019-01-12 07:38:27 +08:00
protocol.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
serv.rs Refuse duplicate peer IPs (#2347) 2019-01-11 15:51:38 -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 Fix add_peer for ban, remove useless disconnect 2019-01-10 01:22:48 +00:00