Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit a024040

Browse files
authored
Update README.md
1 parent 677b655 commit a024040

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Java 11 and Linux Kernel 3.9+.
2121
## How to run:
2222
1. [Download](https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/what-is-corretto-11.html) and Install Java 11.
2323
2. 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`
2525
4. Source Engine Query Cacher will start and display 'Server Started on Socket: IP:PORT'.
2626
5. 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
```
3838
Threads: Number of Threads
3939
StatsPPS: Enable Packets per Second Stats
4040
StatsbPS: Enable Bits per Second Stats
4141
GameUpdateInterval: Game Server Update rate in Milliseconds
4242
GameUpdateSocketTimeout: Game Server Update Socket Timeout in Milliseconds
43-
MaxChallengeCode: Maximum Challenge Codes to be saved
44-
ChallengeCacheCleanerInterval: Challenge Code Cache Cleaner Interval in Milliseconds
4543
ChallengeCodeTTL: Maximum Validity of Challenge Code in Milliseconds
46-
ChallengeCodeCacheConcurrency: Challenge Code Cache Concurrency
4744
LocalServerIPAddress: IP Address on which Cacher Server will bind and listen
4845
LocalServerPort: Port on which Cacher Server will bind and listen
4946
GameServerIPAddress: Game Server IP Address
@@ -52,20 +49,17 @@ ReceiveBufferSize: Server Receive Buffer Size
5249
SendBufferSize: 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

Comments
 (0)