• 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
..
common.go Loading commit data...
lookup.go Loading commit data...
node.go Loading commit data...
ntp.go Loading commit data...
table.go Loading commit data...
table_test.go Loading commit data...
table_util_test.go Loading commit data...
v4_lookup_test.go Loading commit data...
v4_udp.go Loading commit data...
v4_udp_test.go Loading commit data...
v5_encoding.go Loading commit data...
v5_encoding_test.go Loading commit data...
v5_session.go Loading commit data...
v5_udp.go Loading commit data...
v5_udp_test.go Loading commit data...