Home
last modified time | relevance | path

Searched refs:tcp_backoff (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Dtcp.c166 static const u8_t tcp_backoff[13] = variable
1465 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];
/third_party/lwip/
D0002-adapt-lstack.patch2319 -static const u8_t tcp_backoff[13] =
2321 +static PER_THREAD const u8_t tcp_backoff[13] =