Searched defs:htcp (Results 1 – 1 of 1) sorted by relevance
254 struct htcp { struct255 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 …]