Home
last modified time | relevance | path

Searched refs:twcc_source (Results 1 – 2 of 2) sorted by relevance

/dports/www/janus/janus-gateway-0.11.6/
H A Dice.h352 GSource *rtp_source, *rtcp_source, *stats_source, *twcc_source; member
H A Dice.c4382 if(handle->twcc_source) {
4383 g_source_destroy(handle->twcc_source);
4384 g_source_unref(handle->twcc_source);
4385 handle->twcc_source = NULL;
5163 handle->twcc_source = g_timeout_source_new(twcc_period);
5164 g_source_set_priority(handle->twcc_source, G_PRIORITY_DEFAULT);
5165 …g_source_set_callback(handle->twcc_source, janus_ice_outgoing_transport_wide_cc_feedback, handle, …
5166 g_source_attach(handle->twcc_source, handle->mainctx);