Searched refs:dupacks (Results 1 – 4 of 4) sorted by relevance
914 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()
1313 (u16_t)pcb->dupacks, pcb->lastack, in tcp_rexmit_fast()
215 u8_t dupacks; member
780 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit