jl777 7 years ago
parent
commit
6a8fac2f57
  1. 1
      iguana/exchanges/LP_peers.c

1
iguana/exchanges/LP_peers.c

@ -71,6 +71,7 @@ void LP_cmdchannel(struct LP_peerinfo *peer)
sentbytes = nn_send(peer->pairsock,hellostr,(int32_t)strlen(hellostr)+1,0); sentbytes = nn_send(peer->pairsock,hellostr,(int32_t)strlen(hellostr)+1,0);
if ( sentbytes > 0 ) if ( sentbytes > 0 )
break; break;
printf("sentbytes.%d %s\n",sentbytes,nn_strerror(nn_errno()));
sleep(1); sleep(1);
} }
printf("cmdchannel %d created %s sent.%d\n",peer->pairsock,retstr,sentbytes); printf("cmdchannel %d created %s sent.%d\n",peer->pairsock,retstr,sentbytes);

Loading…
Cancel
Save