feat(protocol): add gateway transport authority contracts

This commit is contained in:
sechmachine
2026-07-29 05:59:46 +07:00
parent b2c24b3fa3
commit b5558133e3
21 changed files with 1898 additions and 15 deletions
+1
View File
@@ -85,6 +85,7 @@ fn classify_datagram(encoded: &str) -> &'static str {
1 => 1024,
2 => 2048,
3 => 65515,
10 | 11 | 12 => 1179,
_ => return "invalid:unknown_channel",
};
if raw[4] != 0 {