diff --git a/quic/doc.go b/quic/doc.go index 37b19eb1..8d5a78f8 100644 --- a/quic/doc.go +++ b/quic/doc.go @@ -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