Searched defs:tcplike_send_ccb (Results 1 – 1 of 1) sorted by relevance
51 struct tcplike_send_ccb struct53 kmutex_t mutex;54 struct dccpcb *pcb; /* Pointer to associated dccpcb */55 dccp_seq cwnd; /* congestion window */56 dccp_seq ssthresh;57 dccp_seq oldcwnd_ts; /* old cwnd tail seqnr */59 u_int16_t rtt; /* estimated round trip-time */60 u_int16_t rto; /* Timeout value */61 u_int16_t rtt_d;63 int16_t outstanding; /* Number of unacked packets sent */[all …]