Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_htcp.c151 struct htcp { struct
166 static int htcp_rtt_ref; argument
181 .name = "htcp", argument
/freebsd/sys/netinet/
H A Dsctp_structs.h214 struct htcp { struct
215 uint16_t alpha; /* Fixed point arith, << 7 */
216 uint8_t beta; /* Fixed point arith, << 7 */
217 uint8_t modeswitch; /* Delay modeswitch until we had at least one
219 uint32_t last_cong; /* Time since last congestion event end */
220 uint32_t undo_last_cong;
221 uint16_t bytes_acked;
222 uint32_t bytecount;
223 uint32_t minRTT;
224 uint32_t maxRTT;
[all …]