Multiverse/bin/proxy.py
From Multiverse
< Multiverse | bin
This file configures the proxy server. By default, all the lines are commented out. Remove the comment character to use the two following settings.
# Engine.MAX_NETWORK_BUF_SIZE = 1000
The proxy server will fragment network packets if they exceed this size (in bytes). Use this if your NAT does not handle IP fragmentation correctly.
# ProxyPlugin.MaxConcurrentUsers = 500
Limits the number of players logged in to the world to the specified number.
