sync a few mp version update

This commit is contained in:
wangyu-
2018-07-26 12:41:55 -05:00
parent 10869eb197
commit 278ade5d36
9 changed files with 52 additions and 52 deletions

2
misc.h
View File

@@ -87,7 +87,7 @@ extern int force_source_ip; //if --source-ip is enabled
extern int force_source_port;
extern int source_port;
extern id_t const_id;//an id used for connection recovery,its generated randomly,it never change since its generated
extern my_id_t const_id;//an id used for connection recovery,its generated randomly,it never change since its generated
extern int udp_fd; //for client only. client use this fd to listen and handle udp connection
extern int bind_fd; //bind only,never send or recv. its just a dummy fd for bind,so that other program wont occupy the same port