mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
ack duplicate segments too to prevent connection hanging when a single transmitted ACK gets lost
This commit is contained in:
parent
3e6202f614
commit
049853362a
@ -873,6 +873,7 @@ tcp_receive(struct tcp_pcb *pcb)
|
||||
/* must be a duplicate of a packet that has already been correctly handled */
|
||||
|
||||
DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %lu\n", seqno));
|
||||
tcp_ack_now(pcb);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user