grin/p2p/src
Joseph Goulden 0d2e58e90e
feat: allow DNS names in peers/seeds list and resolve them (#3125)
* feat: allow DNS names in peers/seeds list and resolve them

* tests: add mod for peer tests

* refactor: rename some variables

* chore: use Serde desrialize to resolve DNS names into PeerAddrs

* fix: compile

* fix: add back code to remove duplicate ip addresses from resolved DNS seeds
2020-02-14 14:58:57 +00:00
..
conn.rs Less cloning and additional pattern simplifications (#3223) 2020-02-12 19:35:33 +01:00
handshake.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
lib.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
msg.rs feat: allow DNS names in peers/seeds list and resolve them (#3125) 2020-02-14 14:58:57 +00:00
peer.rs feat: allow DNS names in peers/seeds list and resolve them (#3125) 2020-02-14 14:58:57 +00:00
peers.rs Less cloning and additional pattern simplifications (#3223) 2020-02-12 19:35:33 +01:00
protocol.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
serv.rs Convert ipv4-mapped ipv6 when accepting peer (#3225) 2020-02-14 09:38:02 -05:00
store.rs Less cloning and additional pattern simplifications (#3223) 2020-02-12 19:35:33 +01:00
types.rs feat: allow DNS names in peers/seeds list and resolve them (#3125) 2020-02-14 14:58:57 +00:00