diff --git a/interface.go b/interface.go index a44471cc2..1d4fb0a95 100644 --- a/interface.go +++ b/interface.go @@ -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.