|
|
@ -402,7 +402,7 @@ char *_dex_reqsend(struct supernet_info *myinfo,char *handler,uint8_t *key,int32 |
|
|
|
printf("%d: subscribe connect (%s)\n",myinfo->numdexipbits,str); |
|
|
|
} |
|
|
|
} |
|
|
|
if ( (rand() % 100) < 0 ) |
|
|
|
if ( (rand() % 100) < 40 ) |
|
|
|
{ |
|
|
|
nanomsg_tcpname(0,str,ipaddr,REP_SOCK); |
|
|
|
nn_connect(myinfo->reqsock,str); |
|
|
|