GS4 Query handler (#20)

This commit is contained in:
Mark Vainomaa
2018-08-07 14:32:22 +03:00
committed by Andrew Steinborn
parent b983cdb7b3
commit fe79c66171
5 changed files with 247 additions and 6 deletions

View File

@@ -38,4 +38,11 @@ try = [
compression-threshold = 1024
# How much compression should be done (from 0-9). The default is -1, which uses zlib's default level of 6.
compression-level = -1
compression-level = -1
[query]
# Whether to enable responding to GameSpy 4 query responses or not
enabled = false
# If query responding is enabled, on what port should query response listener listen on?
port = 25577