Changing WSS port to 7130
This commit is contained in:
parent
459c5b01f4
commit
4b15ca2673
BIN
supernodeWSS
Normal file → Executable file
BIN
supernodeWSS
Normal file → Executable file
Binary file not shown.
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user