quic_rpc::transport

Module iroh_net

Source
Expand description

iroh-net transport implementation based on iroh-net

Structs§

  • A connection using an iroh-net connection
  • A server endpoint using a quinn connection
  • A stream that wraps a quinn RecvStream with length delimiting and bincode
  • A sink that wraps a quinn SendStream with length delimiting and bincode

Enums§

  • Access control for the server, either unrestricted or limited to a list of nodes that can connect to the server endpoint

Type Aliases§

  • Error for accept. Currently just a quinn::ConnectionError
  • Error for open. Currently just an anyhow::Error