From 7991f4b36e0e4a3c377df9da2188ebb7c7a5f6fb Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Mon, 27 Nov 2023 13:27:23 +0100 Subject: [PATCH] Fix typo in packet docs Signed-off-by: Lee Smet --- docs/packet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packet.md b/docs/packet.md index a49c64f..50d5987 100644 --- a/docs/packet.md +++ b/docs/packet.md @@ -18,5 +18,5 @@ The packet header has a fixed size of 4 bytes, with the following layout: The first byte is used to indicate the version of the protocol. Currently, only version 1 is supported (0x01). The next byte is used to indicate the type of the body. `0x00` indicates a data packet, while -`0x01` indicates a control packet. The remaining 24 bits are currently reserved, and should be set to +`0x01` indicates a control packet. The remaining 16 bits are currently reserved, and should be set to all 0.