revert lru of conn_manager

This commit is contained in:
wangyu-
2018-07-20 12:44:41 -05:00
parent 3a372b9eee
commit a7849b3634
3 changed files with 29 additions and 25 deletions

View File

@@ -591,7 +591,7 @@ int server_on_raw_recv_handshake1(conn_info_t &conn_info,id_t tmp_oppsite_id )
return 0;
}*/
int server_on_timer(conn_info_t &conn_info) //for server. called when a timer is ready in epoll.for server,there will be one timer for every connection
// there is also a global timer for server,but its not handled here
{
char ip_port[40];
u32_t ip=conn_info.raw_info.send_info.dst_ip;