We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770a815 commit ed74c3cCopy full SHA for ed74c3c
sync/p2p_messages.md
@@ -58,8 +58,8 @@ various types should be interpreted (corresponds to their encoding):
58
59
Fields:
60
61
- - `N :: int16` - fragment N of M
62
- - `M :: int16` - total number of fragments
+ - `N :: uint16` - fragment N of M
+ - `M :: uint16` - total number of fragments
63
- `Data :: byte_array`
64
65
*NOTE:* Data is either (65536 - 6) bytes or `N` is equal to `M`.
0 commit comments