remove obsolete documentation for the quic.Config

This commit is contained in:
Marten Seemann 2017-08-30 10:54:01 +07:00
parent 3c4a10a5e4
commit e05f5ce594

View file

@ -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.