Searched defs:htcp (Results 1 – 1 of 1) sorted by relevance
257 struct htcp { struct258 uint16_t alpha; /* Fixed point arith, << 7 */259 uint8_t beta; /* Fixed point arith, << 7 */260 uint8_t modeswitch; /* Delay modeswitch until we had at least one congestion event */261 uint32_t last_cong; /* Time since last congestion event end */262 uint32_t undo_last_cong;263 uint16_t bytes_acked;264 uint32_t bytecount;265 uint32_t minRTT;266 uint32_t maxRTT;[all …]