feat(protocol): add gateway transport authority contracts
This commit is contained in:
@@ -9,7 +9,7 @@ import pathlib
|
||||
ROOT = pathlib.Path(__file__).resolve().parents[1]
|
||||
HEADER_BYTES = 21
|
||||
MAX_FRAME_BYTES = 65536
|
||||
CHANNEL_LIMITS = {1: 1024, 2: 2048, 3: 65515}
|
||||
CHANNEL_LIMITS = {1: 1024, 2: 2048, 3: 65515, 10: 1179, 11: 1179, 12: 1179}
|
||||
|
||||
|
||||
def classify(raw: bytes) -> str:
|
||||
|
||||
Reference in New Issue
Block a user