package
0.34.0
Repository: https://go.googlesource.com/net
Documentation: pkg.go.dev

# Packages

Package qlog serializes qlog events.

# Functions

Listen listens on a local network address.

# Constants

QLogLevelConn events occur multiple times over a connection's lifetime, but less often than the frequency of individual packets.
QLogLevelEndpoint events occur at most once per connection.
QLogLevelFrame includes per-frame information.
QLogLevelPacket events occur at most once per packet sent or received.

# Structs

An ApplicationError is an application protocol error code (RFC 9000, Section 20.2).
A Config structure configures a QUIC endpoint.
A Conn is a QUIC connection.
An Endpoint handles QUIC traffic on a network address.
A Stream is an ordered byte stream.

# Type aliases

A StreamErrorCode is an application protocol error code (RFC 9000, Section 20.2) indicating whay a stream is being closed.