Implementation of the QUIC transport protocol for libp2p.
Usage
Example:
#
#
#
#
#
The [GenTransport
] struct implements the [libp2p_core::Transport
]. See the
documentation of [libp2p_core
] and of libp2p in general to learn how to use the
[Transport
][libp2p_core::Transport] trait.
Note that QUIC provides transport, security, and multiplexing in a single protocol. Therefore, QUIC connections do not need to be upgraded. You will get a compile-time error if you try. Instead, you must pass all needed configuration into the constructor.