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

TCP_MAXRTX macro

TCP_MAXRTX: Maximum number of retransmissions of data segments.

Syntax

#define TCP_MAXRTX 12

References

LocationText
opt.h:1246
#define TCP_MAXRTX 12
init.c:160
#if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
tcp.c:1231
} else if (pcb->nrtx >= TCP_MAXRTX) {
tcp.c:1238
if (pcb->persist_probe >= TCP_MAXRTX) {