go-ethereum/p2p/discover
Felix Lange 9d9c6b5847
p2p/discover: bump failure counter only if no nodes were provided (#19362)
This resolves a minor issue where neighbors responses containing less
than 16 nodes would bump the failure counter, removing the node. One
situation where this can happen is a private deployment where the total
number of extant nodes is less than 16.

Issue found by @jsying.
2019-04-08 14:35:50 +03:00
..
node.go p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963) 2019-01-29 17:50:15 +01:00
ntp.go p2p, p2p/discover, p2p/nat: rework logging using context keys 2017-02-28 10:20:29 +01:00
table_test.go p2p/discover: improve table addition code (#18974) 2019-01-31 11:51:13 +01:00
table_util_test.go p2p/discover: improve table addition code (#18974) 2019-01-31 11:51:13 +01:00
table.go p2p/discover: bump failure counter only if no nodes were provided (#19362) 2019-04-08 14:35:50 +03:00
udp_test.go p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963) 2019-01-29 17:50:15 +01:00
udp.go p2p/discover: improve table addition code (#18974) 2019-01-31 11:51:13 +01:00