mirror of
https://github.com/golang/net.git
synced 2026-03-31 02:17:08 +09:00
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:
committed by
Gopher Robot
parent
af27605f51
commit
faf99b58f2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user