Merge pull request #5 from avishkarabhishek786/kadmelia
improved Kadmelia structures
This commit is contained in:
commit
8382ff55f8
11
.gitignore
vendored
11
.gitignore
vendored
@ -2,6 +2,13 @@ examples.mk
|
||||
json-rpc/
|
||||
supernode/playground/
|
||||
playground
|
||||
supernode/index1.html
|
||||
supernode/test/in
|
||||
supernode/test/in/index1.html
|
||||
supernode/test/in/index2.html
|
||||
supernode/test/in/index3.html
|
||||
supernode/test/in/index4.html
|
||||
supernode/flosend.html
|
||||
supernode/index1 (copy).html
|
||||
supernode/index1 (copy).html
|
||||
supernode/websocket_chat
|
||||
.vscode/
|
||||
supernode/test/
|
||||
|
||||
29319
supernode/index.html
29319
supernode/index.html
File diff suppressed because it is too large
Load Diff
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 = "9000";
|
||||
static const char *s_http_port = "9001";
|
||||
static struct mg_serve_http_opts s_http_server_opts;
|
||||
|
||||
static void signal_handler(int sig_num) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user