Fixed typo
parent
1c488947bd
commit
e1b7bc316c
|
|
@ -1591,10 +1591,10 @@ You can tune the queue sizes from the defaults, for example if you're running a
|
|||
* | The ``qlen_in_announce`` option sets the maximum size of the announce
|
||||
queue. Defaults to ``256``.
|
||||
|
||||
* | The ``qlen_in_pr`` option sets the maximum size of the data
|
||||
* | The ``qlen_in_pr`` option sets the maximum size of the path request
|
||||
queue. Defaults to ``256``.
|
||||
|
||||
* | The ``qlen_in_il`` option sets the maximum size of the data
|
||||
* | The ``qlen_in_il`` option sets the maximum size of the ingress limiter
|
||||
queue. Defaults to ``128``.
|
||||
|
||||
If an inbound packet arrives and its target queue is full, the packet is dropped. Reticulum will always completely drain higher-priority queues before starting to drain a lower-priority one. As an example, the ingress limiter queue will only start draining once all other queues are empty.
|
||||
|
|
@ -1793,12 +1793,12 @@ queue. Defaults to <code class="docutils literal notranslate"><span class="pre">
|
|||
</div>
|
||||
</li>
|
||||
<li><div class="line-block">
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">qlen_in_pr</span></code> option sets the maximum size of the data
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">qlen_in_pr</span></code> option sets the maximum size of the path request
|
||||
queue. Defaults to <code class="docutils literal notranslate"><span class="pre">256</span></code>.</div>
|
||||
</div>
|
||||
</li>
|
||||
<li><div class="line-block">
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">qlen_in_il</span></code> option sets the maximum size of the data
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">qlen_in_il</span></code> option sets the maximum size of the ingress limiter
|
||||
queue. Defaults to <code class="docutils literal notranslate"><span class="pre">128</span></code>.</div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -1503,10 +1503,10 @@ You can tune the queue sizes from the defaults, for example if you’re running
|
|||
> * The `qlen_in_announce` option sets the maximum size of the announce
|
||||
> queue. Defaults to `256`.
|
||||
>
|
||||
> * The `qlen_in_pr` option sets the maximum size of the data
|
||||
> * The `qlen_in_pr` option sets the maximum size of the path request
|
||||
> queue. Defaults to `256`.
|
||||
>
|
||||
> * The `qlen_in_il` option sets the maximum size of the data
|
||||
> * The `qlen_in_il` option sets the maximum size of the ingress limiter
|
||||
> queue. Defaults to `128`.
|
||||
>
|
||||
|
||||
|
|
|
|||
|
|
@ -1591,10 +1591,10 @@ You can tune the queue sizes from the defaults, for example if you're running a
|
|||
* | The ``qlen_in_announce`` option sets the maximum size of the announce
|
||||
queue. Defaults to ``256``.
|
||||
|
||||
* | The ``qlen_in_pr`` option sets the maximum size of the data
|
||||
* | The ``qlen_in_pr`` option sets the maximum size of the path request
|
||||
queue. Defaults to ``256``.
|
||||
|
||||
* | The ``qlen_in_il`` option sets the maximum size of the data
|
||||
* | The ``qlen_in_il`` option sets the maximum size of the ingress limiter
|
||||
queue. Defaults to ``128``.
|
||||
|
||||
If an inbound packet arrives and its target queue is full, the packet is dropped. Reticulum will always completely drain higher-priority queues before starting to drain a lower-priority one. As an example, the ingress limiter queue will only start draining once all other queues are empty.
|
||||
Loading…
Reference in New Issue