ack duplicate segments too to prevent connection hanging when a single transmitted ACK gets lost

This commit is contained in:
jani 2003-01-14 09:38:10 +00:00
parent 3e6202f614
commit 049853362a

View File

@ -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);
}
}