mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: reword remarks on MTU
This commit is contained in:
parent
17b1a75745
commit
e9d064820e
@ -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::
|
||||||
|
|||||||
@ -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."""
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user