plugeth/cmd/devp2p
Felix Lange b7394d7942
p2p/discover: add initial discovery v5 implementation (#20750)
This adds an implementation of the current discovery v5 spec.

There is full integration with cmd/devp2p and enode.Iterator in this
version. In theory we could enable the new protocol as a replacement of
discovery v4 at any time. In practice, there will likely be a few more
changes to the spec and implementation before this can happen.
2020-04-08 09:57:23 +02:00
..
crawl.go p2p/discover: add initial discovery v5 implementation (#20750) 2020-04-08 09:57:23 +02:00
discv4cmd.go p2p/discover: add initial discovery v5 implementation (#20750) 2020-04-08 09:57:23 +02:00
discv5cmd.go p2p/discover: add initial discovery v5 implementation (#20750) 2020-04-08 09:57:23 +02:00
dns_cloudflare.go cmd/devp2p: submit Route53 changes in batches (#20524) 2020-01-17 11:32:29 +01:00
dns_route53_test.go cmd/devp2p: be very correct about route53 change splitting (#20820) 2020-03-26 23:55:33 +01:00
dns_route53.go cmd/devp2p: be very correct about route53 change splitting (#20820) 2020-03-26 23:55:33 +01:00
dnscmd.go cmd/devp2p: tweak DNS TTLs (#20801) 2020-03-26 13:51:50 +02:00
enrcmd.go cmd/devp2p: add devp2p debug tool (#19657) 2019-06-07 15:29:16 +02:00
main.go p2p/discover: add initial discovery v5 implementation (#20750) 2020-04-08 09:57:23 +02:00
nodeset.go cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 2019-10-29 17:08:57 +02:00
nodesetcmd.go cmd/devp2p, core/forkid: make forkid.Filter API uniform 2019-10-31 10:38:14 +02:00