tcp_backoff is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_backoff variable

Syntax

static const u8_t tcp_backoff[13] = { 1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7};

References

LocationReferrerText
tcp.c:163
static const u8_t tcp_backoff[13] =
tcp.c:1287tcp_slowtmr()
u8_t backoff_idx = LWIP_MIN(pcb->nrtx, sizeof(tcp_backoff) - 1);
tcp.c:1288tcp_slowtmr()
int calc_rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[backoff_idx];

Data Use

Functions reading tcp_backoff
tcp_backoff
all items filtered out
Type of tcp_backoff
tcp_backoff
all items filtered out