Searched refs:tcp_backoff (Results 1 – 2 of 2) sorted by relevance
166 static const u8_t tcp_backoff[13] = variable1465 u8_t backoff_idx = LWIP_MIN(pcb->nrtx, sizeof(tcp_backoff) - 1);1466 int calc_rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[backoff_idx];
2319 -static const u8_t tcp_backoff[13] =2321 +static PER_THREAD const u8_t tcp_backoff[13] =