From 1fd068667575fab9996377adc2c06b6e604b8c8d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 10 Nov 2016 10:08:29 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index dbdb368c8..51265cd04 100755 --- a/iguana/dpow/dpow_network.c +++ b/iguana/dpow/dpow_network.c @@ -125,7 +125,7 @@ void dpow_send(struct supernet_info *myinfo,struct dpow_info *dp,struct dpow_blo np = calloc(1,size); // endian dependent! np->numipbits = myinfo->numdpowipbits; memcpy(np->ipbits,myinfo->dpowipbits,myinfo->numdpowipbits * sizeof(*myinfo->dpowipbits)); - printf("dpow_send.(%d) size.%d numipbits.%d\n",datalen,size,np->numipbits); + //printf("dpow_send.(%d) size.%d numipbits.%d\n",datalen,size,np->numipbits); np->size = size; np->datalen = datalen; np->crc32 = crc32; @@ -162,7 +162,7 @@ void dpow_ipbitsadd(struct supernet_info *myinfo,uint32_t *ipbits,int32_t numipb if ( j == n ) missing++; } - printf("recv numipbits.%d numdpowipbits.%d matched.%d missing.%d\n",numipbits,n,matched,missing); + //printf("recv numipbits.%d numdpowipbits.%d matched.%d missing.%d\n",numipbits,n,matched,missing); if ( (numipbits == 1 || missing < matched) && missing > 0 ) { for (i=0; i