From e2fafe45e2712f054f77acbfcdd300616d09886c Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Mon, 24 Dec 2018 12:39:21 -0800 Subject: [PATCH] Update version to draft 17 --- quinn-proto/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-proto/src/lib.rs b/quinn-proto/src/lib.rs index 0ce6bfe8b..75f59f475 100644 --- a/quinn-proto/src/lib.rs +++ b/quinn-proto/src/lib.rs @@ -46,7 +46,7 @@ mod transport_error; pub use crate::transport_error::Error as TransportError; /// The QUIC protocol version implemented -pub const VERSION: u32 = 0xff00_000f; +pub const VERSION: u32 = 0xff00_0011; /// TLS ALPN value for HTTP over QUIC pub const ALPN_QUIC_HTTP: &[u8] = b"hq-11";