mirror of https://github.com/libp2p/py-libp2p.git
zixuanzh
6 years ago
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
HEADER_TAGS = { |
|||
"NEW_STREAM": 0, |
|||
"MESSAGE": 2, |
|||
"CLOSE": 4, |
|||
"RESET": 6 |
|||
} |
Loading…
Reference in new issue