summaryrefslogtreecommitdiff
path: root/internal/quic/doc.go
blob: 2fe17fe226a730f251c64a9f6c7b24b2cf3ed72c (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// 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.
package quic