Module kitsune_p2p::actor[][src]

Expand description

Definitions related to the KitsuneP2p peer-to-peer / dht communications actor.

Structs

Publish data to a “neighborhood” of remote nodes surrounding the “basis” hash. Returns an approximate number of nodes reached.

Make a request to multiple destination agents - awaiting/aggregating the responses. The remote sides will see these messages as “RequestEvt” events.

A response type helps indicate what agent gave what response.

Enums

The KitsuneP2pSender allows async remote-control of the KitsuneP2p actor.

Traits

The KitsuneP2pSender allows async remote-control of the KitsuneP2p actor.

The KitsuneP2pSender allows async remote-control of the KitsuneP2p actor.

Type Definitions

Future Type.

Handler Result Type.

Result Type