Skip to content

Commit 58e72a2

Browse files
committed
Merge branch 'ls/packet-line-protocol-doc-fix'
Correct an age-old calco (is that a typo-like word for calc) in the documentation. * ls/packet-line-protocol-doc-fix: pack-protocol: fix maximum pkt-line size
2 parents 4762bf3 + 7841c48 commit 58e72a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/technical/protocol-common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ with non-binary data the same whether or not they contain the trailing
6767
LF (stripping the LF if present, and not complaining when it is
6868
missing).
6969

70-
The maximum length of a pkt-line's data component is 65520 bytes.
71-
Implementations MUST NOT send pkt-line whose length exceeds 65524
72-
(65520 bytes of payload + 4 bytes of length data).
70+
The maximum length of a pkt-line's data component is 65516 bytes.
71+
Implementations MUST NOT send pkt-line whose length exceeds 65520
72+
(65516 bytes of payload + 4 bytes of length data).
7373

7474
Implementations SHOULD NOT send an empty pkt-line ("0004").
7575

0 commit comments

Comments
 (0)