diff --git a/connector/src/main/resources/config.yml b/connector/src/main/resources/config.yml index c5698ad93..7936425a3 100644 --- a/connector/src/main/resources/config.yml +++ b/connector/src/main/resources/config.yml @@ -193,7 +193,7 @@ enable-proxy-connections: false # The internet supports a maximum MTU of 1492 but could cause issues with packet fragmentation. # 1400 is the default. -# mtu: 1400 +mtu: 1400 # Whether to connect directly into the Java server without creating a TCP connection. # This should only be disabled if a plugin that interfaces with packets or the network does not work correctly with Geyser.