|
@ -535,7 +535,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int |
|
|
needpings++; |
|
|
needpings++; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if ( needpings != 0 )//|| (counter % 6000) == 5 )
|
|
|
if ( needpings != 0 || (counter % 100000) == 5 ) |
|
|
{ |
|
|
{ |
|
|
nonz++; |
|
|
nonz++; |
|
|
printf("needpings.%d send notify\n",needpings); |
|
|
printf("needpings.%d send notify\n",needpings); |
|
|