Rework failover with new proto

New proto totally destroy old failover.
This is a hack to improve the current situation waiting
for a better solution.

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-02-10 21:14:20 +00:00
parent 0b1793a93f
commit 9eac498d81
2 changed files with 30 additions and 17 deletions

2
mud.h
View File

@@ -50,7 +50,7 @@ struct mud_path {
} send, recv;
struct mud_public pub;
unsigned char ok;
unsigned char stat_count;
unsigned msg_sent;
};
struct mud *mud_create (struct sockaddr *);