From e9d064820ea5d89de781eea95a433f12045c719b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:44:55 +0900 Subject: [PATCH] chore: reword remarks on MTU --- docs/source/kb.rst | 4 ++-- dzgui/strings/kb.py | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/source/kb.rst b/docs/source/kb.rst index afaa68f..7ab8bb2 100644 --- a/docs/source/kb.rst +++ b/docs/source/kb.rst @@ -16,8 +16,8 @@ By contrast, wireless routers and enterprise-grade routers may be less likely to If you find that a specific server is unresponsive for you when it shouldn't be, add a port forwarding rule to your router's settings for the server's query port. -In addition, packets sent from server responses are expected to be a standard size (see warning below). -Deviation from this may cause your router to discard incoming responses from the server. +In addition, a uniform packet size is expected. If your router's MTU setting differs from the default of 1,500, +it could lead to incoming responses being discarded (see warning below). .. important:: diff --git a/dzgui/strings/kb.py b/dzgui/strings/kb.py index 42f300b..68ad2e5 100644 --- a/dzgui/strings/kb.py +++ b/dzgui/strings/kb.py @@ -10,6 +10,4 @@ By contrast, wireless routers and enterprise-grade routers may be less likely to If you find that a specific server is unresponsive for you when it shouldn't be, add a port forwarding rule to your router's settings for the server's query port. -In addition, packets received from server responses are expected to be a standard size: MTU (maximum transmission unit) of 1500. - -Deviation from this may cause your router to discard incoming responses from the server.""" +In addition, a uniform packet size is expected. If your router's MTU (maximum transmission unit) setting differs from the default of 1500, it could lead to incoming responses being discarded."""