listen on 0.0.0.0 by default

This commit is contained in:
jazz
2026-04-15 10:38:52 -05:00
parent 2e70901ef8
commit e3cf81ab3f
2 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
using namespace std;
const int PORT_NUM = 8888;
string IP_ADDRESS = "127.0.0.1";
string IP_ADDRESS = "0.0.0.0";
const int DEFAULT_CUR_X = 2; // the x position of the preferred default cursor
// position for message entry
const int DEFAULT_CUR_Y = 12; // the x position of the preferred default cursor