integrity

pull/153/head
Tom Early 2025-02-03 04:47:14 -07:00
parent a0bb82115b
commit ffc98f2ac1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1580,7 +1580,7 @@ UDP port 17007 is recommended, but not required.
The Payload CRC is computed from the type specifer and the user data.
The minimum size of a payload is 4 bytes, which includes a one byte type specifer, one byte of user data and a two byte CRC.
The maximum size is 825 bytes and contains a type specifier, data and a CRC. Data integrety is validated by the MAGIC value, the LSF CRC and the Payload CRC. Only the LSF CRC must be recomputed if any of its components are changed.
The maximum size is 825 bytes and contains a type specifier, data and a CRC. Data integrity is validated by the MAGIC value, the LSF CRC and the Payload CRC. Only the LSF CRC must be recomputed if any of its components are changed.
\section{Relaying Packets over IP}