re-work the fast retransmission code to follow algorithm from TCP/IP

Illustrated
This commit is contained in:
kieranm
2009-10-29 15:48:57 +00:00
parent 6d73f82f41
commit dee1d82c11
4 changed files with 94 additions and 42 deletions

View File

@@ -125,6 +125,7 @@ void tcp_input (struct pbuf *p, struct netif *inp);
err_t tcp_output (struct tcp_pcb *pcb);
void tcp_rexmit (struct tcp_pcb *pcb);
void tcp_rexmit_rto (struct tcp_pcb *pcb);
void tcp_rexmit_fast (struct tcp_pcb *pcb);
u32_t tcp_update_rcv_ann_wnd(struct tcp_pcb *pcb);
/**