diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-07-14 18:49:10 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-07-14 18:49:10 +0200 |
commit | 7f160e8da228f6149dc0ae95b8f4c9fed94d003e (patch) | |
tree | 6310c768ab5e8e18c010765e629af9a26fc5ae93 | |
parent | 7ddd7d5bc134128abd39a397db8c819b4a22d9b4 (diff) | |
download | lsd0004-7f160e8da228f6149dc0ae95b8f4c9fed94d003e.tar.gz lsd0004-7f160e8da228f6149dc0ae95b8f4c9fed94d003e.zip |
clarify who configures and why
-rw-r--r-- | draft-schanzen-r5n.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml index b1e3740..35a0770 100644 --- a/draft-schanzen-r5n.xml +++ b/draft-schanzen-r5n.xml | |||
@@ -939,10 +939,12 @@ Connectivity | |Underlay| |Underlay| | Underlay | ... | |||
939 | peer, and thus miss out on quality routing table entries. This | 939 | peer, and thus miss out on quality routing table entries. This |
940 | would degrade the performance of the DHT and <bcp14>SHOULD</bcp14> | 940 | would degrade the performance of the DHT and <bcp14>SHOULD</bcp14> |
941 | thus be avoided by advertising updated <tt>HELLOs</tt> before the | 941 | thus be avoided by advertising updated <tt>HELLOs</tt> before the |
942 | previous one expires. When using unreliable underlays, it | 942 | previous one expires. When using unreliable underlays, the application |
943 | <bcp14>MAY</bcp14> be a good idea to use an even higher frequency | 943 | <bcp14>MAY</bcp14> want to use an even higher frequency and transmit |
944 | more <tt>HelloMessages</tt> within an expiration interval | ||
944 | to ensure that neighbours almost always have non-expired | 945 | to ensure that neighbours almost always have non-expired |
945 | <tt>HelloMessages</tt> at their disposal. | 946 | <tt>HelloMessages</tt> at their disposal even if some messages |
947 | are lost. | ||
946 | </t> | 948 | </t> |
947 | <t> | 949 | <t> |
948 | Whenever a peer receives such a <tt>HelloMessage</tt> | 950 | Whenever a peer receives such a <tt>HelloMessage</tt> |
@@ -1128,7 +1130,9 @@ BEGIN | |||
1128 | the peer has encountered. To ensure that the peer does | 1130 | the peer has encountered. To ensure that the peer does |
1129 | not run out of memory, information about older requests | 1131 | not run out of memory, information about older requests |
1130 | is discarded. | 1132 | is discarded. |
1131 | The value of <tt>MAX_RECENT</tt> <bcp14>MAY</bcp14> be configurable. | 1133 | The value of <tt>MAX_RECENT</tt> <bcp14>MAY</bcp14> be configurable |
1134 | at the host level to use available memory resources without | ||
1135 | conflicting with other system requirements and limitations. | ||
1132 | <tt>MAX_RECENT</tt> <bcp14>SHOULD</bcp14> | 1136 | <tt>MAX_RECENT</tt> <bcp14>SHOULD</bcp14> |
1133 | be at least 128 * 10<sup>3</sup>. | 1137 | be at least 128 * 10<sup>3</sup>. |
1134 | If the pending table is smaller, the likelihood grows that a peer | 1138 | If the pending table is smaller, the likelihood grows that a peer |