From 5c074f0c82709ad558ba409afe42b2fd07f2f6f4 Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Wed, 1 May 2024 01:42:33 -0400 Subject: [PATCH] Change formatting for header --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d183fa..da5db90 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ The process operates in 3 stages: MTIWP is a TCP-based binary application layer protocol used to communicate between the workers and coordination server. The packet is made up of the following fields: -- Version (2 Bytes) -- Worker ID (6 Bytes) -- Timestamp (8 Bytes) -- Method (1 Byte) -- Payload Length (2 Bytes) +- Header (19 Bytes) + - Version (2 Bytes) + - Worker ID (6 Bytes) + - Timestamp (8 Bytes) + - Method (1 Byte) + - Payload Length (2 Bytes) - Payload (0-65535 Bytes) Valid Methods: