goto done;
}
- if (rtp_session->flags[SWITCH_RTP_FLAG_VIDEO]) {
- switch_socket_opt_set(new_sock, SWITCH_SO_RCVBUF, 1572864);
- switch_socket_opt_set(new_sock, SWITCH_SO_SNDBUF, 1572864);
- }
+ //if (rtp_session->flags[SWITCH_RTP_FLAG_VIDEO]) {
+ // switch_socket_opt_set(new_sock, SWITCH_SO_RCVBUF, 1572864);
+ // switch_socket_opt_set(new_sock, SWITCH_SO_SNDBUF, 1572864);
+ //}
if (switch_socket_bind(new_sock, rtp_session->local_addr) != SWITCH_STATUS_SUCCESS) {
char *em = switch_core_sprintf(rtp_session->pool, "Bind Error! %s:%d", host, port);