mirror of
https://github.com/coturn/coturn.git
synced 2026-05-05 18:56:09 +02:00
linux udp socket optimization
This commit is contained in:
parent
1d22cb1986
commit
7be2848ea8
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user