mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
change default protocol id
This commit is contained in:
parent
6b9243a556
commit
b3990e64c9
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue