|
|
@ -1207,7 +1207,7 @@ void iguana_dedicatedloop(struct supernet_info *myinfo,struct iguana_info *coin, |
|
|
|
vcalc_sha256(0,addr->iphash.bytes,(uint8_t *)&ipbits,sizeof(ipbits)); |
|
|
|
//char str[65]; printf("start dedicatedloop.%s addrind.%d %s\n",addr->ipaddr,addr->addrind,bits256_str(str,addr->iphash));
|
|
|
|
//addr->maxfilehash2 = IGUANA_MAXFILEITEMS;
|
|
|
|
bufsize = IGUANA_MAXPACKETSIZE; |
|
|
|
bufsize = IGUANA_MAXPACKETSIZE * 2; |
|
|
|
if ( addr->blockspace == 0 ) |
|
|
|
addr->blockspace = mycalloc('r',1,bufsize + 8192); |
|
|
|
buf = mycalloc('r',1,bufsize); |
|
|
|