mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix datagram RFC number in documentation for quic.Config (#3523)
This commit is contained in:
parent
ff47a7e14e
commit
abb913d29c
1 changed files with 1 additions and 2 deletions
|
@ -311,8 +311,7 @@ type Config struct {
|
|||
// This can be useful if version information is exchanged out-of-band.
|
||||
// It has no effect for a client.
|
||||
DisableVersionNegotiationPackets bool
|
||||
// See https://datatracker.ietf.org/doc/draft-ietf-quic-datagram/.
|
||||
// Datagrams will only be available when both peers enable datagram support.
|
||||
// Enable QUIC datagram support (RFC 9221).
|
||||
EnableDatagrams bool
|
||||
Tracer logging.Tracer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue