|
@ -73,8 +73,8 @@ void iguana_acceptloop(void *args) |
|
|
printf("another daemon running, no need to have iguana accept connections\n"); |
|
|
printf("another daemon running, no need to have iguana accept connections\n"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if ( port != IGUANA_RPCPORT ) |
|
|
//if ( port != IGUANA_RPCPORT )
|
|
|
return; |
|
|
// return;
|
|
|
sleep(5); |
|
|
sleep(5); |
|
|
} |
|
|
} |
|
|
printf(">>>>>>>>>>>>>>>> iguana_bindloop 127.0.0.1:%d bind sock.%d\n",port,coin->bindsock); |
|
|
printf(">>>>>>>>>>>>>>>> iguana_bindloop 127.0.0.1:%d bind sock.%d\n",port,coin->bindsock); |
|
@ -87,7 +87,7 @@ void iguana_acceptloop(void *args) |
|
|
if ( poll(&pfd,1,100) <= 0 ) |
|
|
if ( poll(&pfd,1,100) <= 0 ) |
|
|
continue; |
|
|
continue; |
|
|
clilen = sizeof(cli_addr); |
|
|
clilen = sizeof(cli_addr); |
|
|
//printf("ACCEPT (%s:%d) on sock.%d\n","127.0.0.1",coin->chain->portp2p,coin->bindsock);
|
|
|
printf("ACCEPT (%s:%d) on sock.%d\n","127.0.0.1",coin->chain->portp2p,coin->bindsock); |
|
|
sock = accept(coin->bindsock,(struct sockaddr *)&cli_addr,&clilen); |
|
|
sock = accept(coin->bindsock,(struct sockaddr *)&cli_addr,&clilen); |
|
|
if ( sock < 0 ) |
|
|
if ( sock < 0 ) |
|
|
{ |
|
|
{ |
|
|