• Felix Lange's avatar
    p2p/discover: add initial discovery v5 implementation (#20750) · b7394d79
    Felix Lange authored
    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.
    b7394d79
Name
Last commit
Last update
..
discover Loading commit data...
discv5 Loading commit data...
dnsdisc Loading commit data...
enode Loading commit data...
enr Loading commit data...
nat Loading commit data...
netutil Loading commit data...
simulations Loading commit data...
testing Loading commit data...
dial.go Loading commit data...
dial_test.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
metrics.go Loading commit data...
peer.go Loading commit data...
peer_error.go Loading commit data...
peer_test.go Loading commit data...
protocol.go Loading commit data...
rlpx.go Loading commit data...
rlpx_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...