Browse Source

Test

etomic
jl777 8 years ago
parent
commit
88b858ab5e
  1. 2
      iguana/exchanges/LP_network.c

2
iguana/exchanges/LP_network.c

@ -176,7 +176,7 @@ void LP_psockloop(void *_ptr) // printouts seem to be needed for forwarding to w
{ {
if ( (size= nn_recv(ptr->sendsock,&buf,NN_MSG,0)) > 0 ) if ( (size= nn_recv(ptr->sendsock,&buf,NN_MSG,0)) > 0 )
{ {
printf("%s paired has pollin (%s)\n",ptr->sendaddr,(char *)buf); //printf("%s paired has pollin (%s)\n",ptr->sendaddr,(char *)buf);
ptr->lasttime = now; ptr->lasttime = now;
if ( ptr->ispaired != 0 ) if ( ptr->ispaired != 0 )
{ {

Loading…
Cancel
Save