Integrity Services (Group 14)

The live integrity-synchronization surface currently consists of one command: get_sync_file.

Overview

Group 14 is reserved in the active reference set for integrity synchronization. At present the live surface is intentionally narrow and exposes only the sync-file retrieval command.

Live commands

Code Name Purpose
10get_sync_fileFetch an integrity sync artifact from a peer.

10 — get_sync_file

get_sync_file retrieves the file used for integrity synchronization. Treat it as infrastructure-level replication data rather than an end-user content API.

Request type Body size Developer note
Legacy client request19 bytesBackward-compatible request form still accepted by the live implementation.
Type 7 inter-RAIDA request3 bytesCompact sync request used for modern inter-RAIDA integrity traffic.

Implementation notes

The live handler includes a loopback test path keyed by the test denomination constant. Do not rely on that diagnostic mode for production synchronization logic.

Frontend guidance

This command belongs in the live protocol map because it is present in the audited dispatch table, even though most product UIs will never call it directly.