Changing WSS port to 7130

This commit is contained in:
sairajzero 2019-10-04 21:28:26 +05:30
parent 459c5b01f4
commit 4b15ca2673
2 changed files with 1 additions and 1 deletions

BIN
supernodeWSS Normal file → Executable file

Binary file not shown.

View File

@ -6,7 +6,7 @@
#include "mongoose.h"
static sig_atomic_t s_signal_received = 0;
static const char *s_http_port = "8000";
static const char *s_http_port = "7130";
static struct mg_serve_http_opts s_http_server_opts;
static char server_pwd[100];
static struct mg_connection *supernode_client = NULL;