/[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.21 by likewise, Tue Mar 25 12:59:42 2003 UTC revision 1.22 by likewise, Tue Apr 1 14:02:50 2003 UTC
# Line 184  tcp_input(struct pbuf *p, struct netif * Line 184  tcp_input(struct pbuf *p, struct netif *
184      prev = pcb;      prev = pcb;
185    }    }
186    
187    if(pcb == NULL) {    if (pcb == NULL) {
188      /* If it did not go to an active connection, we check the connections      /* If it did not go to an active connection, we check the connections
189         in the TIME-WAIT state. */         in the TIME-WAIT state. */
190    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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