Update version to draft 17

This commit is contained in:
Benjamin Saunders
2018-12-24 12:39:21 -08:00
committed by Dirkjan Ochtman
parent 3b295dec72
commit e2fafe45e2
+1 -1
View File
@@ -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";