[][src]Module kad::connector

Traits

Connector

Connector defines an rr_mux::Connector impl over Dht types for convenience

Functions

request_all

Send a request to a slice of nodes and collect the responses. This returns an array of Option>'s corresponding to the nodes passed in. Timeouts result in a None return, any individual error condition will cause an error to be bubbled up.

Type Definitions

Mux

Mux defines an rr_mux::Mux over Dht types for convenience