Merge pull request #5 from avishkarabhishek786/kadmelia

improved Kadmelia structures
This commit is contained in:
Abhishek Sinha 2019-03-28 15:10:24 +05:30 committed by GitHub
commit 8382ff55f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2103 additions and 27229 deletions

11
.gitignore vendored
View File

@ -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/

File diff suppressed because it is too large Load Diff

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 = "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) {