Skip to content

Commit 5a45bae

Browse files
author
dbonafilia
committed
Clarified that the command IDs are the little endian hexadecimal representations of the 4-letter command codes
1 parent 7d52418 commit 5a45bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filesync_protocol.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Message Format:
88
directory or symlink.
99
The command here is referred to as 'id' in the code and the 4-letter codes
1010
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.
11+
The command IDs are the little endian hexadecimal representations of the
12+
4-letter command codes.
1313

1414

1515
STAT:

0 commit comments

Comments
 (0)