From fa9d8696fed715c6d3988f17b8c9f91f634b1765 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Fri, 27 Mar 2026 02:13:15 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20str8=20packet=20diagram=20?= =?UTF-8?q?=E2=80=94=208-bit=20word=20width=20to=20avoid=20ugly=20split=20?= =?UTF-8?q?row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docs/protocol.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/protocol.md b/docs/protocol.md index 8f48d15..f46aa80 100644 --- a/docs/protocol.md +++ b/docs/protocol.md @@ -278,9 +278,10 @@ The gateway assigns a distinct non-zero `site_id` to each side and rewrites `sit `str8` — a length-prefixed UTF-8 string, not NUL-terminated on the wire: ```mermaid +%%{init: {'packet': {'bitsPerRow': 8}}}%% packet-beta 0-7: "length" -8-39: "bytes (≤ 255) …" +8-15: "data (≤ 255 bytes)" ``` Maximum string length is 255 bytes.