drop support for QUIC 34

fixes #368
This commit is contained in:
Marten Seemann
2017-03-19 20:28:45 +07:00
parent 9a1e86cf5e
commit 28c115fee1
9 changed files with 19 additions and 69 deletions

View File

@@ -26,7 +26,7 @@ var _ = Describe("UDP Proxy", func() {
ConnectionID: 1337,
TruncateConnectionID: false,
}
hdr.Write(b, protocol.Version34, protocol.PerspectiveServer)
hdr.Write(b, protocol.VersionWhatever, protocol.PerspectiveServer)
raw := b.Bytes()
raw = append(raw, payload...)
return raw