Difference for main/ip_base.cpp from version 1.2 to 1.3


version 1.2 version 1.3
Line 328
 
Line 328
 }  }
   
   
   #ifdef UDPDEBUG
 //000a0oeuaoeu  //000a0oeuaoeu
   
 static void dumpid(unsigned char *a)  static void dumpid(unsigned char *a)
 {  {
  printf("<%u.%u.%u.%u.%u.%u>",a[0],a[1],a[2],a[3],a[4],a[5]);   printf("<%u.%u.%u.%u.%u.%u>",a[0],a[1],a[2],a[3],a[4],a[5]);
 }  }
   #endif
   
 int ip_sendtoid(ubyte *id,const void *buf,int len){  int ip_sendtoid(ubyte *id,const void *buf,int len){
 // ip_handshaker *hsr=find_handshaker_by_id(id);  // ip_handshaker *hsr=find_handshaker_by_id(id);

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3