quic: document that this is not yet covered by the security policy

Implied by "work in progress", but let's be explicit about it.

Change-Id: I5cc39129e5af8effb4cc64b0b07ff2176a6a6964
Reviewed-on: https://go-review.googlesource.com/c/net/+/758240
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Nicholas Husin <husin@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Nicholas Husin <nsh@golang.org>
Auto-Submit: Damien Neil <dneil@google.com>
This commit is contained in:
Damien Neil
2026-03-23 10:56:53 -07:00
committed by Gopher Robot
parent af27605f51
commit faf99b58f2

View File

@@ -42,4 +42,9 @@
// - Stream send/receive windows are configurable,
// but are fixed and do not adapt to available throughput.
// - Path MTU discovery is not implemented.
//
// # Security Policy
//
// This package is a work in progress,
// and not yet covered by the Go security policy.
package quic