• Felix Lange's avatar
    cmd/devp2p: add devp2p debug tool (#19657) · 896322bf
    Felix Lange authored
    * p2p/discover: export Ping and RequestENR
    
    These two are useful for checking the status of a node.
    
    * cmd/devp2p: add devp2p debug tool
    
    This is a new tool for debugging p2p issues. It supports a few
    basic tasks for now, but many more things can and will be added
    in the near future.
    
       devp2p enrdump            -- prints ENRs readably
       devp2p discv4 ping        -- checks if a node is up
       devp2p discv4 requestenr  -- gets a node's record
       devp2p discv4 resolve     -- finds a node through the DHT
    896322bf
Name
Last commit
Last update
..
discover Loading commit data...
discv5 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...