lsd0004

LSD0004: R5N Distributed Hash Table
Log | Files | Refs

commit e4b5091e7471d8f5af2cb5b4003a2cb6e8de5750
parent f0778931876779e542970d5f2b5e288478280443
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 14 Jul 2024 10:19:27 +0200

zero length field

Diffstat:
Mdraft-schanzen-r5n.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml @@ -1558,7 +1558,7 @@ BEGIN A sequence of exactly <tt>NUM_ADDRS</tt> addresses which can be used to contact the peer. Each address <bcp14>MUST</bcp14> be 0-terminated. - The set of addresses <bcp14>MAY</bcp14> be empty. + If <tt>NUM_ADDRS = 0</tt> then this field is omitted (0 bytes). </dd> </dl> </section>