Home
last modified time | relevance | path

Searched refs:dupacks (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtcp_in.c914 if (pcb->dupacks + 1 > pcb->dupacks) in tcp_receive()
915 ++pcb->dupacks; in tcp_receive()
916 if (pcb->dupacks > 3) { in tcp_receive()
922 } else if (pcb->dupacks == 3) { in tcp_receive()
933 pcb->dupacks = 0; in tcp_receive()
958 pcb->dupacks = 0; in tcp_receive()
Dtcp_out.c1313 (u16_t)pcb->dupacks, pcb->lastack, in tcp_rexmit_fast()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h215 u8_t dupacks; member
/external/syslinux/core/lwip/
DCHANGELOG780 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit