go-ethereum/p2p/discover
Denny Ooi 164933d316
p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) (#1292)
Fixes an issue where discovery responses were not recognized.

Co-authored-by: Felix Lange <fjl@twurst.com>
2024-07-26 10:51:47 +05:30
..
v4wire p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
v5wire merge geth v1.12.2 into develop 2023-08-18 14:05:34 +05:30
common.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
lookup.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
metrics.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
node.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
ntp.go merge geth v1.12.2 into develop 2023-08-18 14:05:34 +05:30
table.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
table_reval.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
table_reval_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
table_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
table_util_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
v4_lookup_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
v4_udp.go p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) (#1292) 2024-07-26 10:51:47 +05:30
v4_udp_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
v5_talk.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30
v5_udp.go p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) (#1292) 2024-07-26 10:51:47 +05:30
v5_udp_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-06-11 15:53:50 +05:30