From b3990e64c9f4a5825ec088f5b0864d7842ee564f Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Mon, 13 Feb 2023 01:56:14 +0100 Subject: [PATCH] change default protocol id --- kubi-udp/src/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubi-udp/src/common.rs b/kubi-udp/src/common.rs index 84b2822..bb74b63 100644 --- a/kubi-udp/src/common.rs +++ b/kubi-udp/src/common.rs @@ -5,4 +5,4 @@ pub type ClientIdRepr = u8; pub const MAX_CLIENTS: usize = u8::MAX as _; pub const PROTOCOL_ID: u16 = 1; -pub const DEFAULT_USER_PROTOCOL_ID: u16 = 0xcafe; +pub const DEFAULT_USER_PROTOCOL_ID: u16 = 0xffff;