/[lwip]/lwip/src/core/ipv4/ip_frag.c
ViewVC logotype

Diff of /lwip/src/core/ipv4/ip_frag.c

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

revision 1.9 by jani, Tue Apr 15 14:56:03 2003 UTC revision 1.10 by likewise, Thu May 1 13:24:01 2003 UTC
# Line 94  static void Line 94  static void
94  ip_reass_timer(void *arg)  ip_reass_timer(void *arg)
95  {  {
96    (void)arg;    (void)arg;
97    if(ip_reasstmr > 1) {    if (ip_reasstmr > 1) {
98      ip_reasstmr--;      ip_reasstmr--;
99      sys_timeout(IP_REASS_TMO, ip_reass_timer, NULL);      sys_timeout(IP_REASS_TMO, ip_reass_timer, NULL);
100    } else if(ip_reasstmr == 1)    } else if (ip_reasstmr == 1)
101          ip_reasstmr = 0;          ip_reasstmr = 0;
102  }  }
103    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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