/[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.19 by likewise, Sun Mar 16 22:39:15 2003 UTC revision 1.20 by jani, Fri Mar 21 10:48:22 2003 UTC
# Line 55  Line 55 
55  #include "lwip/stats.h"  #include "lwip/stats.h"
56    
57  #include "arch/perf.h"  #include "arch/perf.h"
58    #if LWIP_TCP
59  /* These variables are global to all functions involved in the input  /* These variables are global to all functions involved in the input
60     processing of TCP segments. They are set by the tcp_input()     processing of TCP segments. They are set by the tcp_input()
61     function. */     function. */
# Line 1135  tcp_parseopt(struct tcp_pcb *pcb) Line 1135  tcp_parseopt(struct tcp_pcb *pcb)
1135      }      }
1136    }    }
1137  }  }
1138    #endif /* LWIP_TCP */
1139  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
1140        

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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