package cometbft.p2p.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AuthSigMessage

conn.proto:35

AuthSigMessage is sent during the authentication and contains our/remote's signature along with the public key.

message DefaultNodeInfo

types.proto:24

DefaultNodeInfo is a basic node's information sent to other peers during the p2p handshake.

message DefaultNodeInfoOther

types.proto:36

DefaultNodeInfoOther is the misc. application specific data.

Used in: DefaultNodeInfo

message Message

pex.proto:18

Message is an abstract PEX message.

message NetAddress

types.proto:9

NetAddress represents a peer's network address.

Used in: PexAddrs

message Packet

conn.proto:24

Packet is an abstract p2p message.

message PacketMsg

conn.proto:17

PacketMsg contains data for the specified channel ID. EOF means the message is fully received.

Used in: Packet

message PacketPing

conn.proto:10

PacketPing is a request to confirm that the connection is alive.

Used in: Packet

(message has no fields)

message PacketPong

conn.proto:13

PacketPong is a response to confirm that the connection is alive.

Used in: Packet

(message has no fields)

message PexAddrs

pex.proto:13

PexAddrs is a response with peer addresses.

Used in: Message

message PexRequest

pex.proto:10

PexRequest is a request for peer addresses.

Used in: Message

(message has no fields)

message ProtocolVersion

types.proto:16

ProtocolVersion represents the current p2p protocol version.

Used in: DefaultNodeInfo