Module kitsune_p2p::wire[][src]

Expand description

KitsuneP2p Wire Protocol Encoding Decoding

Structs

Fire-and-forget broadcast message. uses low-level notify, not request

“Call” to the remote.

“Call” response from the remote.

“DelegateBroadcast” to the remote. Remote should in turn connect to nodes in neighborhood, and call “Notify” per broadcast algorithm. uses low-level notify, not request

Failure

Gossip op with opaque data section, to be forwarded to gossip module. uses low-level notify, not request

Ask a remote node if they know about a specific agent

Response to a peer get

Query a remote node for peers holding or nearest to holding a u32 location.

Response to a peer query

Type used for content data of wire messages.

Enums

KitsuneP2p Wire Protocol Top-Level Enum.