mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-10 15:03:30 -07:00
Cleanup
This commit is contained in:
+2
-6
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user