From 99392d50fce7acabaa3228b8398982c6123d2433 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 31 May 2025 06:18:03 -0400 Subject: [PATCH] design: Remove description of NIL value --- design/protocol.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/design/protocol.md b/design/protocol.md index 5967de4..a9a4db8 100644 --- a/design/protocol.md +++ b/design/protocol.md @@ -63,10 +63,6 @@ in detail in the following sections. | 6 | 110 | KTV | Key-tag-value table | 7 | 111 | N/A | Reserved -#### No Value (NIL) -NIL is used to encode the absence of a value where there would otherwise be one. -The CN of a NIL is ignored. It has no payload. - #### Small Integer (SI) SI encodes an integer of up to 5 bits, which are stored in the CN. It has no payload. Whether the bits are interpreted as unsigned or as signed two's