linux udp socket optimization

This commit is contained in:
mom040267 2014-10-15 07:38:23 +00:00
parent 1d22cb1986
commit 7be2848ea8

View File

@ -1616,7 +1616,7 @@ static int handle_turn_refresh(turn_turnserver *server,
//Transfer socket:
ioa_socket_handle s = detach_ioa_socket(ss->client_socket,1);
ioa_socket_handle s = detach_ioa_socket(ss->client_socket,0);
ss->to_be_closed = 1;