|
|
@ -931,7 +931,7 @@ void basilisk_iteration(struct supernet_info *myinfo) |
|
|
|
|
|
|
|
void basilisks_loop(void *arg) |
|
|
|
{ |
|
|
|
static uint32_t counter; |
|
|
|
//static uint32_t counter;
|
|
|
|
struct supernet_info *myinfo = arg; int32_t iter; double startmilli,endmilli; |
|
|
|
iter = 0; |
|
|
|
while ( 1 ) |
|
|
@ -942,7 +942,7 @@ void basilisks_loop(void *arg) |
|
|
|
basilisk_p2pQ_process(myinfo,777); |
|
|
|
if ( myinfo->NOTARY.RELAYID >= 0 ) |
|
|
|
{ |
|
|
|
if ( (counter++ % 20) == 0 ) |
|
|
|
//if ( (counter++ % 20) == 0 )
|
|
|
|
iguana_dPoWupdate(myinfo); |
|
|
|
endmilli = startmilli + 500; |
|
|
|
} |
|
|
|