mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
remove obsolete documentation for the quic.Config
This commit is contained in:
parent
3c4a10a5e4
commit
e05f5ce594
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ type STK struct {
|
|||
}
|
||||
|
||||
// Config contains all configuration data needed for a QUIC server or client.
|
||||
// More config parameters (such as timeouts) will be added soon, see e.g. https://github.com/lucas-clemente/quic-go/issues/441.
|
||||
type Config struct {
|
||||
// The QUIC versions that can be negotiated.
|
||||
// If not set, it uses all versions available.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue