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

View File

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