plugeth/p2p/nat
Felix Lange 663d4e0aff p2p/nat: add test for UPnP auto discovery via SSDP
The test listens for multicast UDP packets on the default interface
because I couldn't get it to work reliably on loopback without massive
changes to goupnp. This means that the test might fail when there is a
UPnP-enabled router attached on that interface. I checked that locally
by looping the test and it passes reliably because the local SSDP server
always responds faster.
2015-05-14 12:13:19 +02:00
..
nat_test.go p2p/nat: fix concurrent access to autodisc Interface 2015-05-14 03:53:11 +02:00
nat.go p2p/nat: fix concurrent access to autodisc Interface 2015-05-14 03:53:11 +02:00
natpmp.go p2p/nat: new package for port mapping stuff 2015-02-13 11:39:31 +01:00
natupnp_test.go p2p/nat: add test for UPnP auto discovery via SSDP 2015-05-14 12:13:19 +02:00
natupnp.go p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00