Searched defs:htcp (Results 1 – 2 of 2) sorted by relevance
151 struct htcp { struct166 static int htcp_rtt_ref; argument181 .name = "htcp", argument
214 struct htcp { struct215 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 one219 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 …]