Crate quickie

source ·
Expand description

A simple, low-level, and customizable implementation of a QUIC P2P node.

Structs§

  • The configuration for the node.
  • A QUIC connection.
  • Contains objects providing P2P networking capabilities.
  • Identifier for a stream within a particular connection
  • A set of simple statistics related to a stream.
  • An integer less than 2^62

Traits§

  • A trait for objects containing a Node; it endows them with P2P networking capabilities.

Type Aliases§

  • The stable ID of a connection.