mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
Remove incomplete and unnecessary sentence in docs
This commit is contained in:
parent
bb280f29be
commit
bdca82f766
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ type Config struct {
|
|||
// Warning: This API should not be considered stable and will change soon.
|
||||
Versions []protocol.VersionNumber
|
||||
// Ask the server to truncate the connection ID sent in the Public Header.
|
||||
// If not set, the default checks if
|
||||
// This saves 8 bytes in the Public Header in every packet. However, if the IP address of the server changes, the connection cannot be migrated.
|
||||
// Currently only valid for the client.
|
||||
RequestConnectionIDTruncation bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue