/[lwip]/lwip/src/core/tcp_in.c
ViewVC logotype

Diff of /lwip/src/core/tcp_in.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by likewise, Mon Jan 13 13:24:11 2003 UTC revision 1.16 by jani, Tue Jan 14 09:38:10 2003 UTC
# Line 873  tcp_receive(struct tcp_pcb *pcb) Line 873  tcp_receive(struct tcp_pcb *pcb)
873          /* must be a duplicate of a packet that has already been correctly handled */          /* must be a duplicate of a packet that has already been correctly handled */
874                    
875          DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %lu\n", seqno));          DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %lu\n", seqno));
876            tcp_ack_now(pcb);
877        }        }
878      }      }
879    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26