diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index ddd3c497..957382de 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -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 diff --git a/docs/markdown/reference.md b/docs/markdown/reference.md index 729bb234..009cdf7c 100644 --- a/docs/markdown/reference.md +++ b/docs/markdown/reference.md @@ -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