From 55dae3ed1efa2c32650dc3e81d619c747ee4d366 Mon Sep 17 00:00:00 2001 From: zixuanzh Date: Sun, 11 Nov 2018 16:16:21 -0500 Subject: [PATCH] mplex constants --- muxer/mplex/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 muxer/mplex/constants.py diff --git a/muxer/mplex/constants.py b/muxer/mplex/constants.py new file mode 100644 index 00000000..dc3e6137 --- /dev/null +++ b/muxer/mplex/constants.py @@ -0,0 +1,6 @@ +HEADER_TAGS = { + "NEW_STREAM": 0, + "MESSAGE": 2, + "CLOSE": 4, + "RESET": 6 +} \ No newline at end of file