This commit is contained in:
goldsimon 2010-01-10 11:42:31 +00:00
parent f4a9d173a1
commit 97f6c5b239

View File

@ -838,7 +838,7 @@ tcp_fasttmr(void)
if (pcb->flags & TF_ACK_DELAY) {
LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));
tcp_ack_now(pcb);
tcp_output();
tcp_output(pcb);
pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
}
}