|
|
@ -439,7 +439,8 @@ struct iguana_info |
|
|
|
portable_mutex_t peers_mutex,blocks_mutex; |
|
|
|
struct iguana_bundle *bundles[IGUANA_MAXBUNDLES]; |
|
|
|
double rankedbps[IGUANA_MAXBUNDLES][2]; |
|
|
|
int32_t numremain,numpendings,zcount,recvcount,bcount,pcount,lastbundle; uint32_t recvtime,hdrstime,backstoptime,lastbundletime,numreqsent,numbundlesQ; |
|
|
|
int32_t numremain,numpendings,zcount,recvcount,bcount,pcount,lastbundle; |
|
|
|
uint32_t recvtime,hdrstime,backstoptime,lastbundletime,numreqsent,numbundlesQ,lastbundleitime; |
|
|
|
double backstopmillis; bits256 backstophash2; |
|
|
|
int32_t initialheight,mapflags,minconfirms,numrecv,isRT,backstop,blocksrecv,merging,polltimeout,numreqtxids; bits256 reqtxids[64]; |
|
|
|
void *launched,*started; |
|
|
|