From 9e5fd0f0791b402d5816551e16c0a324cb95f233 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 7 May 2026 02:01:42 +0200 Subject: [PATCH] Cleanup --- RNS/Reticulum.py | 8 ++------ docs/markdown/reference.md | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) 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