# Functions
Listen creates a net listener that is instrumented to store per connection annotations and metrics.
No description provided by the author
No description provided by the author
NewQUIC returns a wrapper around a quic.Transport to keep track of metrics and annotations.
SetAnnotation sets an annotation on a connection.
# Structs
Conn is a wrapper around net.Conn that stores annotations and metrics.
QUICConn is a wrapper around quic.Connection.
QUICListener is a wrapper around quic.Listener.
QUICStream is a wrapper around quic.Stream that implements the net.Conn interface.
QUICTransport is a wrapper around quic.Transport.
No description provided by the author
No description provided by the author