Browse Source

Test

etomic
jl777 8 years ago
parent
commit
422a40f4b2
  1. 6
      iguana/dpow/dpow_network.c

6
iguana/dpow/dpow_network.c

@ -416,14 +416,14 @@ char *_dex_reqsend(struct supernet_info *myinfo,char *handler,uint8_t *key,int32
printf("%d: subscribe connect (%s)\n",myinfo->numdexipbits,str);
}
}
#ifndef __APPLE__
if ( (rand() % 100) < 40 )
//#ifndef __APPLE__
if ( 0 && (rand() % 100) < 40 )
{
nanomsg_tcpname(0,str,ipaddr,REP_SOCK);
nn_connect(myinfo->reqsock,str);
printf("%d: req connect (%s)\n",myinfo->numdexipbits,str);
}
#endif
//#endif
}
}
if ( freeptr != 0 )

Loading…
Cancel
Save