go-ethereum/p2p/nat
Felix Lange 3ca7a7c1d6 p2p, p2p/discover: add signed ENR generation (#17753)
This PR adds enode.LocalNode and integrates it into the p2p
subsystem. This new object is the keeper of the local node
record. For now, a new version of the record is produced every
time the client restarts. We'll make it smarter to avoid that in
the future.

There are a couple of other changes in this commit: discovery now
waits for all of its goroutines at shutdown and the p2p server
now closes the node database after discovery has shut down. This
fixes a leveldb crash in tests. p2p server startup is faster
because it doesn't need to wait for the external IP query
anymore.
2024-06-28 11:30:16 +04:00
..
nat.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
nat_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
natpmp.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
natupnp.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
natupnp_test.go p2p/nat: disable UPnP test on windows 2015-08-06 17:18:59 +02:00