erigon-pulse/p2p/discover
Felföldi Zsolt e3f0782057 les: UDP pre-negotiation of available server capacity (#22183)
This PR implements the first one of the "lespay" UDP queries which
is already useful in itself: the capacity query. The server pool is making
use of this query by doing a cheap UDP query to determine whether it is
worth starting the more expensive TCP connection process.
# Conflicts:
#	les/client.go
#	les/clientpool.go
#	les/clientpool_test.go
#	les/enr_entry.go
#	les/server.go
#	les/vflux/client/serverpool.go
#	les/vflux/client/serverpool_test.go
#	les/vflux/server/balance.go
#	les/vflux/server/balance_test.go
#	les/vflux/server/prioritypool.go
#	les/vflux/server/prioritypool_test.go
#	p2p/nodestate/nodestate.go
2021-03-12 15:53:04 +01:00
..
v4wire post-rebase fixups 2020-06-15 19:38:54 +03:00
v5wire geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
common.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
lookup.go p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 2020-08-29 13:28:18 +02:00
node.go p2p/discover: implement v5.1 wire protocol (#21647) 2020-10-26 17:16:00 +01:00
ntp.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
table_test.go p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 2020-08-29 13:28:18 +02:00
table_util_test.go p2p/discover: implement v5.1 wire protocol (#21647) 2020-10-26 17:16:00 +01:00
table.go p2p/discover: fix typo in comments (#21554) 2020-10-06 14:12:09 +02:00
v4_lookup_test.go p2p/discover: implement v5.1 wire protocol (#21647) 2020-10-26 17:16:00 +01:00
v4_udp_test.go p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 2020-08-29 13:28:18 +02:00
v4_udp.go linters 2020-08-29 15:43:33 +02:00
v5_udp_test.go les: UDP pre-negotiation of available server capacity (#22183) 2021-03-12 15:53:04 +01:00
v5_udp.go les: UDP pre-negotiation of available server capacity (#22183) 2021-03-12 15:53:04 +01:00