change default protocol id

This commit is contained in:
griffi-gh 2023-02-13 01:56:14 +01:00
parent 8505ee2a0f
commit 48bc85835f

View file

@ -5,4 +5,4 @@ pub type ClientIdRepr = u8;
pub const MAX_CLIENTS: usize = u8::MAX as _; pub const MAX_CLIENTS: usize = u8::MAX as _;
pub const PROTOCOL_ID: u16 = 1; pub const PROTOCOL_ID: u16 = 1;
pub const DEFAULT_USER_PROTOCOL_ID: u16 = 0xcafe; pub const DEFAULT_USER_PROTOCOL_ID: u16 = 0xffff;