Skip to content

Node discovery protocol

tempzc edited this page Dec 3, 2019 · 1 revision

In a nutshell:

  • Aimed at discovering RLPx nodes to connect to
  • UDP-based RPC protocol (kademlia-like)
  • Defines 4 packet types: ping, pong, findnode and neighbors

See details at the devp2p repository's node discovery protocol page.

Clone this wiki locally