chore: reword remarks on MTU

This commit is contained in:
aclist 2026-08-19 17:44:55 +09:00
parent 17b1a75745
commit e9d064820e
2 changed files with 3 additions and 5 deletions

View File

@ -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 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. the server's query port.
In addition, packets sent from server responses are expected to be a standard size (see warning below). In addition, a uniform packet size is expected. If your router's MTU setting differs from the default of 1,500,
Deviation from this may cause your router to discard incoming responses from the server. it could lead to incoming responses being discarded (see warning below).
.. important:: .. important::

View File

@ -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. 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. 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."""
Deviation from this may cause your router to discard incoming responses from the server."""