Browse Source

mplex constants

pull/45/head
zixuanzh 6 years ago
parent
commit
55dae3ed1e
  1. 6
      muxer/mplex/constants.py

6
muxer/mplex/constants.py

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