Browse Source

Test

etomic
jl777 7 years ago
parent
commit
51b8872af5
  1. 3
      iguana/exchanges/LP_network.c

3
iguana/exchanges/LP_network.c

@ -138,6 +138,7 @@ void queue_loop(void *ignore)
} }
else else
{ {
printf("couldnt find.%u\n",ptr->crc32);
ptr->peerind++; ptr->peerind++;
if ( (ptr->sock= LP_peerindsock(&ptr->peerind)) < 0 ) if ( (ptr->sock= LP_peerindsock(&ptr->peerind)) < 0 )
{ {
@ -242,7 +243,7 @@ void LP_broadcast_message(int32_t pubsock,char *base,char *rel,bits256 destpub25
} }
if ( IAMLP != 0 ) if ( IAMLP != 0 )
{ {
printf("queuesend %d -> %d\n",msglen,pubsock); //printf("queuesend %d -> %d\n",msglen,pubsock);
LP_queuesend(pubsock,base,rel,msg,msglen); LP_queuesend(pubsock,base,rel,msg,msglen);
} }
else else

Loading…
Cancel
Save