there's nothing here don't bother
This commit is contained in:
parent
28b4ace8b8
commit
b772a4f91f
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
[General]
|
[General]
|
||||||
Run Master = true
|
Run Master = true
|
||||||
Master Host = localhost
|
Master Host = localhost
|
||||||
Master Port = 5051
|
Master Port = 8008
|
||||||
|
|
||||||
[Defaults]
|
[Defaults]
|
||||||
; amount of threads to start with (never close)
|
; amount of threads to start with (never close)
|
||||||
|
@ -22,19 +22,19 @@ Max Total = -1
|
||||||
Tolerance = -1
|
Tolerance = -1
|
||||||
|
|
||||||
[Master to Client]
|
[Master to Client]
|
||||||
Port = 5051
|
Port = 5050
|
||||||
|
|
||||||
[Master to Slave]
|
[Master to Slave]
|
||||||
Port = 8018
|
Port = 8008
|
||||||
|
|
||||||
[Slave]
|
[Slave]
|
||||||
Port = 9010
|
Port = 9000
|
||||||
Name = Test Server 1
|
Name = Test Server 1
|
||||||
|
|
||||||
[Slave]
|
[Slave]
|
||||||
Port = 9011
|
Port = 9001
|
||||||
Name = Test Server 2
|
Name = Test Server 2
|
||||||
|
|
||||||
[Slave]
|
[Slave]
|
||||||
Port = 9012
|
Port = 9002
|
||||||
Name = Test Server 3
|
Name = Test Server 3
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
#define PCK_OK 0
|
#define PCK_OK 0
|
||||||
#define PCK_MORE 1
|
#define PCK_MORE 1
|
||||||
#define PCK_ERR -1
|
#define PCK_ERR (-1)
|
||||||
|
|
||||||
#define PCK_MAX_LEN 0xFFFFFFFF
|
#define PCK_MAX_LEN 0xFFFFFFFF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue