aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/nat/natupnp_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/nat: disable UPnP test on windowsFelix Lange2015-08-061-0/+5
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* p2p/nat: add test for UPnP auto discovery via SSDPFelix Lange2015-05-141-0/+223
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.