prepare for ipv6

This commit is contained in:
wangyu-
2018-07-25 03:39:48 -05:00
parent 649a55e51a
commit 9c1a8c859d
9 changed files with 609 additions and 220 deletions

View File

@@ -118,7 +118,8 @@ struct conn_info_t //stores info for a raw connection.for client ,there is o
int remote_fd; //only used for client
fd64_t remote_fd64;//only used for client
ip_port_t ip_port;//only used for server
//ip_port_t ip_port;
address_t addr;//only used for server
conn_info_t()
{