aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-21 18:48:44 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-21 18:48:44 +0100
commit57045d2b7c095481650048c19bf9e194463f7983 (patch)
tree4b3bcd9174a9fc8246faa921995d42bfbe75a087
parent6ec927c23f08bd1c252311689786c9e5f0292922 (diff)
downloadlsd0001-57045d2b7c095481650048c19bf9e194463f7983.tar.gz
lsd0001-57045d2b7c095481650048c19bf9e194463f7983.zip
avoid peers
-rw-r--r--draft-schanzen-gns.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 6a207cb..277113f 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -673,8 +673,8 @@ zTLD[126..129].zTLD[63..125].zTLD[0..62]
673 The field <bcp14>SHOULD</bcp14> be set to EPOCH * 1.1. 673 The field <bcp14>SHOULD</bcp14> be set to EPOCH * 1.1.
674 Given an average number of leading zeros D', then the field value 674 Given an average number of leading zeros D', then the field value
675 <bcp14>MAY</bcp14> be increased up to (D'-D) * EPOCH * 1.1. 675 <bcp14>MAY</bcp14> be increased up to (D'-D) * EPOCH * 1.1.
676 Lower or higher values may result in rejection of the message 676 Lower or higher values may result in rejection of the revocation
677 by other peers. 677 message when broadcast.
678 The EPOCH is extended by 678 The EPOCH is extended by
679 10% in order to deal with unsynchronized clocks. 679 10% in order to deal with unsynchronized clocks.
680 </dd> 680 </dd>
@@ -790,14 +790,14 @@ zTLD[126..129].zTLD[63..125].zTLD[0..62]
790 evict then from the local store at any time. 790 evict then from the local store at any time.
791 </t> 791 </t>
792 <t> 792 <t>
793 Implementations <bcp14>MUST</bcp14> forward received revocations to 793 Implementations <bcp14>MUST</bcp14> broadcast received revocations to
794 other peers if they are valid and not stale. 794 if they are valid and not stale.
795 Should the calculated validity period differ from the TTL field value, 795 Should the calculated validity period differ from the TTL field value,
796 the calculated value <bcp14>MUST</bcp14> be used as TTL field value 796 the calculated value <bcp14>MUST</bcp14> be used as TTL field value
797 when forwarding the revocation message. 797 when forwarding the revocation message.
798 Systems may disagree on the current time, so implementations 798 Systems may disagree on the current time, so implementations
799 <bcp14>MAY</bcp14> use stale but otherwise valid 799 <bcp14>MAY</bcp14> use stale but otherwise valid
800 revocations but <bcp14>SHOULD NOT</bcp14> forward them to other peers. 800 revocations but <bcp14>SHOULD NOT</bcp14> broadcast them.
801 Forwarded stale revocations may be discarded. 801 Forwarded stale revocations may be discarded.
802 </t> 802 </t>
803 <t> 803 <t>