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 7d52418 commit 5a45baeCopy full SHA for 5a45bae
filesync_protocol.txt
@@ -8,8 +8,8 @@ Message Format:
8
directory or symlink.
9
The command here is referred to as 'id' in the code and the 4-letter codes
10
are prefixed by ID_, eg ID_STAT.
11
- The command IDs are found by reversing the 4 letter command codes and
12
- converting them to hexadecimal.
+ The command IDs are the little endian hexadecimal representations of the
+ 4-letter command codes.
13
14
15
STAT:
0 commit comments