diff --git a/i2p2www/spec/common-structures.rst b/i2p2www/spec/common-structures.rst index 56387e50..44764129 100644 --- a/i2p2www/spec/common-structures.rst +++ b/i2p2www/spec/common-structures.rst @@ -4,7 +4,7 @@ Common structures Specification .. meta:: :category: Design :lastupdated: July 2019 - :accuratefor: 0.9.41 + :accuratefor: 0.9.42 .. contents:: @@ -1048,8 +1048,13 @@ Contains the Destination_, two timestamps, and an optional OfflineSignature_. Bit 1: If 0, a standard published leaseset. If 1, an unpublished leaseset. Should not be flooded, published, or sent in response to a query. If this leaseset expires, do not query the - netdb for a new one. - Bits 15-2: set to 0 for compatibility with future uses + netdb for a new one, unless bit 2 is set. + Bit 2: If 0, a standard published leaseset. + If 1, this unencrypted leaseset will be blinded and encrypted when published. + If this leaseset expires, query the blinded location in the netdb for a new one. + If this bit is set to 1, set bit 1 to 1 also. + As of release 0.9.42. + Bits 15-3: set to 0 for compatibility with future uses offline_signature :: `OfflineSignature` length -> varies diff --git a/i2p2www/spec/proposals/123-new-netdb-entries.rst b/i2p2www/spec/proposals/123-new-netdb-entries.rst index 0df5775a..a49f9b71 100644 --- a/i2p2www/spec/proposals/123-new-netdb-entries.rst +++ b/i2p2www/spec/proposals/123-new-netdb-entries.rst @@ -5,7 +5,7 @@ New netDB Entries :author: zzz, str4d, orignal :created: 2016-01-16 :thread: http://zzz.i2p/topics/2051 - :lastupdated: 2019-07-17 + :lastupdated: 2019-07-22 :status: Open :supercedes: 110, 120, 121, 122 @@ -236,6 +236,7 @@ Format Bit 2: If 0, a standard published leaseset. If 1, this unencrypted leaseset will be blinded and encrypted when published. If this leaseset expires, query the blinded location in the netdb for a new one. + If this bit is set to 1, set bit 1 to 1 also. As of release 0.9.42. Bits 3-15: set to 0 for compatibility with future uses - If flag indicates offline keys, the offline signature section: