Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1957 htcp_cong_time(struct htcp *ca) in htcp_cong_time() function
1965 return (ca->minRTT == 0 ? htcp_cong_time(ca) : htcp_cong_time(ca)/ca->minRTT); in htcp_ccount()
2080 uint32_t diff = htcp_cong_time(ca); in htcp_alpha_update()