package quic

import "golang.org/x/net/internal/quic"

Package quic is an experimental, incomplete implementation of the QUIC protocol. This package is a work in progress, and is not ready for use at this time.

This package implements (or will implement) RFC 9000, RFC 9001, and RFC 9002.

Index

Types

type ApplicationError

type ApplicationError struct {
	Code   uint64
	Reason string
}

An ApplicationError is an application protocol error code (RFC 9000, Section 20.2). Application protocol errors may be sent when terminating a stream or connection.

func (ApplicationError) Error

func (e ApplicationError) Error() string

Source Files

doc.go errors.go frame_debug.go math.go pacer.go packet.go packet_number.go packet_parser.go packet_protection.go packet_writer.go quic.go rangeset.go rtt.go sent_packet.go sent_packet_list.go sent_val.go wire.go

Version
v0.11.0
Published
Jun 13, 2023
Platform
darwin/amd64
Imports
15 packages
Last checked
3 minutes ago

Tools for package owners.