Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
1c739f25fa
  1. 2
      iguana/iguana_recv.c

2
iguana/iguana_recv.c

@ -417,7 +417,7 @@ int32_t iguana_bundlekick(struct iguana_info *coin,struct iguana_bundle *bp,int3
{
if ( (block= bp->blocks[i]) != 0 )
{
if ( block->fpipbits == 0 )//|| block->fpipbits == 0 || block->fpos < 0 )
if ( block->fpipbits == 0 || block->RO.recvlen == 0 )
{
if ( bp->issued[i] == 0 || now > bp->issued[i]+10 )
{

Loading…
Cancel
Save