Send keep alive frequently. Removed unused packets. Moved initialization in server class

This commit is contained in:
Nanit
2020-11-26 19:58:16 +02:00
parent 7eb6f75908
commit bc05228da3
10 changed files with 83 additions and 181 deletions

18
settings.properties Normal file
View File

@@ -0,0 +1,18 @@
#
# NanoLimbo configuration
#
host=localhost
port=65535
max-players=100
ping-version=NanoLimbo
ping-description={"text": "NanoLimbo"}
# Player info forwarding support. Available types: NONE, LEGACY, MODERN
ip-forwarding=LEGACY
# If you use MODERN type of forwarding, enter your secret code here
ip-forwarding-secret=<YOUR_SECRET_HERE>
# Read timeout for connections in milliseconds
read-timeout=30000