We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3269915 commit f8c7cadCopy full SHA for f8c7cad
discv5/discv5-wire.md
@@ -82,7 +82,7 @@ The `masked-header` contains the actual packet header, which starts with a fixed
82
header = static-header || authdata
83
static-header = protocol-id || version || flag || nonce || authdata-size
84
protocol-id = "discv5"
85
- version = 0x0001
+ version = 0x0002
86
authdata-size = uint16 -- byte length of authdata
87
flag = uint8 -- packet type identifier
88
nonce = uint96 -- nonce of message
0 commit comments