plugeth/p2p/nat
Felix Lange f5c432bcab p2p/nat: delay auto discovery until first use
Port mapper auto discovery used to run immediately after parsing the
--nat flag, giving it a slight performance boost. But this is becoming
inconvenient because we create node.Node for all geth operations
including account management and bare chain interaction. Delay
autodiscovery until the first use instead, which avoids any network
interaction until the node is actually started.
2016-09-16 11:06:52 +02:00
..
nat_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
nat.go p2p/nat: delay auto discovery until first use 2016-09-16 11:06:52 +02:00
natpmp.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
natupnp_test.go p2p/nat: disable UPnP test on windows 2015-08-06 17:18:59 +02:00
natupnp.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00