This commit is contained in:
Mark Qvist
2026-05-07 02:01:42 +02:00
parent 1d37ba4780
commit 9e5fd0f079
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -103,12 +103,8 @@ class Reticulum:
LINK_MTU_DISCOVERY = True
"""
Whether automatic link MTU discovery is enabled by default in this
release. Link MTU discovery significantly increases throughput over
fast links, but requires all intermediary hops to also support it.
Support for this feature was added in RNS version 0.9.0. This option
will become enabled by default in the near future. Please update your
RNS instances.
Whether automatic link MTU discovery is enabled by default. Link MTU
discovery significantly increases throughput over fast links.
"""
MAX_QUEUED_ANNOUNCES = 16384
+1 -1
View File
@@ -40,7 +40,7 @@ MTU is a prerequisite for peers to communicate in the same network.
Unless you really know what you are doing, the MTU should be left at
the default value.
#### LINK_MTU_DISCOVERY *= True*
#### `LINK_MTU_DISCOVERY` *= True*
Whether automatic link MTU discovery is enabled by default in this
release. Link MTU discovery significantly increases throughput over