Browse Source

test

etomic
jl777 8 years ago
parent
commit
6d648fc82c
  1. 2
      iguana/dpow/dpow_network.c

2
iguana/dpow/dpow_network.c

@ -1727,6 +1727,8 @@ void dpow_ipbitsadd(struct supernet_info *myinfo,struct dpow_info *dp,uint32_t *
int32_t i,j,matched,missing,n; char ipaddr[64];
if ( numipbits >= 64 )
{
static int32_t counter;
if ( counter++ < 100 )
printf("dpow_ipbitsadd reject from.%d numipbits.%d\n",fromid,numipbits);
return;
}

Loading…
Cancel
Save