mplex constants

This commit is contained in:
zixuanzh 2018-11-11 16:16:21 -05:00
parent c8447ef6ab
commit 55dae3ed1e

6
muxer/mplex/constants.py Normal file
View File

@ -0,0 +1,6 @@
HEADER_TAGS = {
"NEW_STREAM": 0,
"MESSAGE": 2,
"CLOSE": 4,
"RESET": 6
}