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

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

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

revision 1.27 by jani, Mon May 19 14:41:54 2003 UTC revision 1.28 by jani, Tue May 27 13:44:08 2003 UTC
# Line 70  struct tcp_pcb *tcp_tw_pcbs;      /* Lis Line 70  struct tcp_pcb *tcp_tw_pcbs;      /* Lis
70    
71  struct tcp_pcb *tcp_tmp_pcb;  struct tcp_pcb *tcp_tmp_pcb;
72    
 #define LWIP_MIN(x,y) (x) < (y)? (x): (y)  
   
73  static u8_t tcp_timer;  static u8_t tcp_timer;
74    
75  static u16_t tcp_new_port(void);  static u16_t tcp_new_port(void);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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