diff --git a/IPNI.md b/IPNI.md index 32110d1..5436f58 100644 --- a/IPNI.md +++ b/IPNI.md @@ -292,6 +292,12 @@ Specified protocols are expected to be ordered in increasing order. * http * the proposed `uvarint` protocol is `0x3D0000`. * the following bytes are not yet defined. +* Named Record + * Protocol `uvarint` is in the multicodec table + * the following bytes should be: + * `uvarint` of the number of bytes in the name followed by the Name in bytes. + * Name should be a UTF-8 string + * `uvarint` of the number of bytes in the record followed by the Record bytes #### ExtendedProvider