mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
7 lines
161 B
Lua
7 lines
161 B
Lua
-- unique reactor ID
|
|
REACTOR_ID = 1
|
|
-- port to send packets TO server
|
|
SERVER_PORT = 16000
|
|
-- port to listen to incoming packets FROM server
|
|
LISTEN_PORT = 14001
|