lighthouse/beacon_node/eth2_libp2p/src
Sean 6af3bc9ce2
Add UPnP support for Lighthouse (#1587)
This commit was modified by Paul H whilst rebasing master onto
v0.3.0-staging

Adding UPnP support will help grow the DHT by allowing NAT traversal for peers with UPnP supported routers.

Using IGD library: https://docs.rs/igd/0.10.0/igd/

Adding the  the libp2p tcp port and discovery udp port. If this fails it simply logs the attempt and moves on

Co-authored-by: Age Manning <Age@AgeManning.com>
2020-10-03 10:07:47 +10:00
..
behaviour Networking bug fixes (#1684) 2020-09-29 18:28:15 +10:00
discovery Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
peer_manager Remove banned peers from DHT and track IPs (#1656) 2020-09-25 01:52:39 +00:00
rpc Snappy additional sanity checks (#1625) 2020-09-21 01:06:25 +00:00
types Subscribe to core topics after sync (#1613) 2020-09-23 03:26:33 +00:00
config.rs Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
lib.rs Add trusted peers (#1640) 2020-09-22 01:12:36 +00:00
metrics.rs Extended Gossipsub metrics (#1577) 2020-09-01 06:59:14 +00:00
service.rs Subscribe to core topics after sync (#1613) 2020-09-23 03:26:33 +00:00