提交 5544db8d authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5256

上级 293ed932
...@@ -740,7 +740,6 @@ static switch_status_t ice_out(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice) ...@@ -740,7 +740,6 @@ static switch_status_t ice_out(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice)
bytes = switch_stun_packet_length(packet); bytes = switch_stun_packet_length(packet);
printf("SEND.....\n");
switch_socket_sendto(sock_output, ice->addr, 0, (void *) packet, &bytes); switch_socket_sendto(sock_output, ice->addr, 0, (void *) packet, &bytes);
ice->stuncount = ice->default_stuncount; ice->stuncount = ice->default_stuncount;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论