@@ -21,7 +21,7 @@ Java 11 and Linux Kernel 3.9+.
2121## How to run:
22221 . [ Download] ( https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/what-is-corretto-11.html ) and Install Java 11.
23232 . Download Source Engine Query Cacher Binary.
24- 3 . Execute the following command: ` java -jar SourceEngineQueryCacher-1.6.5 .jar `
24+ 3 . Execute the following command: ` java -jar SourceEngineQueryCacher-1.6.6 .jar `
25254 . Source Engine Query Cacher will start and display 'Server Started on Socket: IP: PORT '.
26265 . Configure IPTables for routing Query Packets and everything is done.
2727
@@ -33,17 +33,14 @@ iptables -t nat -A PREROUTING -p udp --dport 27015 --match string --algo kmp --h
3333```
3434## Configuration
3535### Configuration File
36- Execute the following command to load configuration file: ` java -jar SourceEngineQueryCacher-1.6.5 .jar -c Config.conf `
36+ Execute the following command to load configuration file: `java -jar SourceEngineQueryCacher-1.6.6 .jar -c Config.conf
3737```
3838Threads: Number of Threads
3939StatsPPS: Enable Packets per Second Stats
4040StatsbPS: Enable Bits per Second Stats
4141GameUpdateInterval: Game Server Update rate in Milliseconds
4242GameUpdateSocketTimeout: Game Server Update Socket Timeout in Milliseconds
43- MaxChallengeCode: Maximum Challenge Codes to be saved
44- ChallengeCacheCleanerInterval: Challenge Code Cache Cleaner Interval in Milliseconds
4543ChallengeCodeTTL: Maximum Validity of Challenge Code in Milliseconds
46- ChallengeCodeCacheConcurrency: Challenge Code Cache Concurrency
4744LocalServerIPAddress: IP Address on which Cacher Server will bind and listen
4845LocalServerPort: Port on which Cacher Server will bind and listen
4946GameServerIPAddress: Game Server IP Address
@@ -52,20 +49,17 @@ ReceiveBufferSize: Server Receive Buffer Size
5249SendBufferSize: Server Send Buffer Size
5350```
5451### Process Arguments
55- Example: Execute the following command to pass Process Arguments: ` java -jar SourceEngineQueryCacher-1.6.5 .jar -bind 192.168.1.100 -port 27015 `
52+ Example: Execute the following command to pass Process Arguments: ` java -jar SourceEngineQueryCacher-1.6.6 .jar -bind 192.168.1.100 -port 27015 `
5653```
5754-b,--bpsStats Enable Bits per Second Stats
5855-bind <arg> Local Server IP Address on which Cacher Server will bind and listen
5956-c,--config <arg> Configuration File Path
60- -challengeCodeCacheCleaner <arg> Challenge Code Cache Cleaner Interval in Milliseconds
61- -challengeCodeCacheConcurrency <arg> Challenge Code Cache Concurrency
6257-challengeCodeTTL <arg> Maximum Validity of Challenge Code in Milliseconds
6358-gameip <arg> Game Server IP Address
6459-gameport <arg> Game Server Port
6560-gameUpdateRate <arg> Game Server Update rate in Milliseconds
6661-gameUpdateTimeout <arg> Game Server Update Socket Timeout in Milliseconds
6762-h,--help Display Usages
68- -maxChallengeCode <arg> Maximum Challenge Codes to be saved
6963-p,--ppsStats Enable Packets per Second Stats
7064-port <arg> Local Server Port on which Cacher Server will bind and listen
7165-r,--receiveBuf <arg> Server Receive Buffer Size
0 commit comments