split main.cpp into client.cpp and server.cpp

This commit is contained in:
wangyu-
2018-08-29 01:45:57 -05:00
parent 0095f1da5c
commit b9d4264225
6 changed files with 1774 additions and 1758 deletions

2
misc.h
View File

@@ -15,6 +15,8 @@
extern int hb_mode;
extern int hb_len;
extern char hb_buf[buf_len];
extern int mtu_warn;
extern int max_rst_allowed;