• Felix Lange's avatar
    p2p/discover: add Table configuration and Nodes method (#27387) · ac86547b
    Felix Lange authored
    * p2p/discover: remove ReadRandomNodes
    
    Even though it's public, this method is not callable by code outside of
    package p2p/discover because one can't get a valid instance of Table.
    
    * p2p/discover: add Table.Nodes
    
    * p2p/discover: make Table settings configurable
    
    In unit tests and externally developed cmd/devp2p test runs, it can be
    useful to tune the timer intervals used by Table.
    ac86547b
Name
Last commit
Last update
..
v4wire Loading commit data...
v5wire Loading commit data...
common.go Loading commit data...
lookup.go Loading commit data...
metrics.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_talk.go Loading commit data...
v5_udp.go Loading commit data...
v5_udp_test.go Loading commit data...