mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 20:25:00 +00:00
Update version to draft 17
This commit is contained in:
committed by
Dirkjan Ochtman
parent
3b295dec72
commit
e2fafe45e2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user