fixed bug of last few commit, and fixed a bug of bind error

This commit is contained in:
wangyu-
2017-11-01 08:25:50 -05:00
parent 1afe8d7317
commit 1bdb6a5720
5 changed files with 21 additions and 26 deletions

View File

@@ -80,10 +80,7 @@ struct ip_port_t
char * to_s();
};
struct fd_info_t
{
ip_port_t ip_port;
};
typedef u64_t fd64_t;