/[H8]/trunk/PIC/Demo trimmet/network.c
ViewVC logotype

Diff of /trunk/PIC/Demo trimmet/network.c

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

revision 106 by hedin, Mon May 28 08:26:29 2007 UTC revision 107 by hedin, Mon May 28 08:31:24 2007 UTC
# Line 3  Line 3 
3  #include "dhcp.h"  #include "dhcp.h"
4  #include "tick.h"  #include "tick.h"
5  #include "delay.h"  #include "delay.h"
 #include "udp.h"  
6  #include "arp.h"  #include "arp.h"
7  #include "arptsk.h"  #include "arptsk.h"
8  #include "tcp.h"  #include "tcp.h"
# Line 359  char network_send_goodbye(void) Line 358  char network_send_goodbye(void)
358                  }                  }
359                  network_worker();                  network_worker();
360          }          }
361            
362          if( TCPIsConnected(tsock1))          if( TCPIsConnected(tsock1))
363                  return 3;                               // Didn't close the socket properly;                  return 3;                               // Didn't close the socket properly;
364          else          else

Legend:
Removed from v.106  
changed lines
  Added in v.107

  ViewVC Help
Powered by ViewVC 1.1.20