2022-01-02 00:45:33 +00:00
|
|
|
-- unique reactor ID
|
|
|
|
REACTOR_ID = 1
|
|
|
|
-- port to send packets TO server
|
2022-01-13 15:06:55 +00:00
|
|
|
SERVER_PORT = 16000
|
2022-01-02 00:45:33 +00:00
|
|
|
-- port to listen to incoming packets FROM server
|
2022-01-13 15:06:55 +00:00
|
|
|
LISTEN_PORT = 14001
|