Lines Matching defs:htcp
214 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;
226 uint32_t undo_maxRTT;
227 uint32_t undo_old_maxB;
230 uint32_t minB;
231 uint32_t maxB;
232 uint32_t old_maxB;
233 uint32_t Bi;
234 uint32_t lasttime;