Fixed typo

master
Mark Qvist 2026-08-18 12:02:44 +02:00
parent 1c488947bd
commit e1b7bc316c
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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>

View File

@ -1503,10 +1503,10 @@ You can tune the queue sizes from the defaults, for example if youre 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`.
>

View File

@ -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.