• 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
..
discover Loading commit data...
dnsdisc Loading commit data...
enode Loading commit data...
enr Loading commit data...
msgrate Loading commit data...
nat Loading commit data...
netutil Loading commit data...
nodestate Loading commit data...
rlpx Loading commit data...
simulations Loading commit data...
tracker 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...
server.go Loading commit data...
server_test.go Loading commit data...
transport.go Loading commit data...
transport_test.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...