feat(protocol): add gateway transport authority contracts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user