there's nothing here don't bother

This commit is contained in:
malloc 2018-11-20 16:29:38 -06:00
parent 28b4ace8b8
commit b772a4f91f
2 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
[General]
Run Master = true
Master Host = localhost
Master Port = 5051
Master Port = 8008
[Defaults]
; amount of threads to start with (never close)
@ -22,19 +22,19 @@ Max Total = -1
Tolerance = -1
[Master to Client]
Port = 5051
Port = 5050
[Master to Slave]
Port = 8018
Port = 8008
[Slave]
Port = 9010
Port = 9000
Name = Test Server 1
[Slave]
Port = 9011
Port = 9001
Name = Test Server 2
[Slave]
Port = 9012
Port = 9002
Name = Test Server 3

View file

@ -9,9 +9,9 @@
#define PCK_ANY 0
#define PCK_OK 0
#define PCK_MORE 1
#define PCK_ERR -1
#define PCK_OK 0
#define PCK_MORE 1
#define PCK_ERR (-1)
#define PCK_MAX_LEN 0xFFFFFFFF