ack duplicate segments too to prevent connection hanging when a single transmitted ACK gets lost
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user