From 63195fcb68432591bdf03090e47b199dd1d482cf Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 5 Jun 2018 15:11:49 +0200 Subject: [PATCH] change the TLS extension code point --- internal/handshake/tls_extension.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handshake/tls_extension.go b/internal/handshake/tls_extension.go index e40ec3dee..9f0488e43 100644 --- a/internal/handshake/tls_extension.go +++ b/internal/handshake/tls_extension.go @@ -6,7 +6,7 @@ import ( type transportParameterID uint16 -const quicTLSExtensionType = 26 +const quicTLSExtensionType = 0xff5 const ( initialMaxStreamDataParameterID transportParameterID = 0x0