Home
last modified time | relevance | path

Searched defs:htcp (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h254 struct htcp { struct
255 uint16_t alpha; /* Fixed point arith, << 7 */
256 uint8_t beta; /* Fixed point arith, << 7 */
257 uint8_t modeswitch; /* Delay modeswitch until we had at least one congestion event */
258 uint32_t last_cong; /* Time since last congestion event end */
259 uint32_t undo_last_cong;
260 uint16_t bytes_acked;
261 uint32_t bytecount;
262 uint32_t minRTT;
263 uint32_t maxRTT;
[all …]