forked from GeyserMC/Geyser
Add customizable MTU support (#1068)
* Add customizable MTU support Fixes clients being unable to connect in rare instances. * Make config.yml nicer
This commit is contained in:
parent
af5e8a83ca
commit
7fc14d8956
5 changed files with 20 additions and 1 deletions
|
@ -110,5 +110,9 @@ metrics:
|
|||
# UUID of server, don't change!
|
||||
uuid: generateduuid
|
||||
|
||||
# DO NOT TOUCH!
|
||||
# ADVANCED OPTIONS - DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||
# The internet supports a maximum MTU of 1492 but could cause issues with packet fragmentation.
|
||||
# 1400 is the default.
|
||||
# mtu: 1400
|
||||
|
||||
config-version: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue