HomeSort by: relevance | last modified time | path
    Searched defs:tcp_backoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_timer.c 291 const int tcp_backoff[TCP_MAXRXTSHIFT + 1] = variable in typeref:typename:const int[]
294 const int tcp_totbackoff = 511; /* sum of tcp_backoff[] */
374 TCPT_RANGESET(tp->t_rxtcur, rto * tcp_backoff[tp->t_rxtshift],
tcp_timer.c 291 const int tcp_backoff[TCP_MAXRXTSHIFT + 1] = variable in typeref:typename:const int[]
294 const int tcp_totbackoff = 511; /* sum of tcp_backoff[] */
374 TCPT_RANGESET(tp->t_rxtcur, rto * tcp_backoff[tp->t_rxtshift],

Completed in 22 milliseconds