From e05f5ce5943f5bd4a5f623b88254d6f90bc0dcf1 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 30 Aug 2017 10:54:01 +0700 Subject: [PATCH] remove obsolete documentation for the quic.Config --- interface.go | 1 - 1 file changed, 1 deletion(-) 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.