Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUnverified pieces get stuck until all pieces finish downloading #266
Comments
This comment has been minimized.
This comment has been minimized.
|
I think you are seeing that because the green represent non-BLOCK_BLANK blocks, which includes reserved blocks. on cmd.js line 461 you can replace
with
and you will see reserved blocks in blue. But not all reserved blocks will be shown, because if you have reserved blocks on pieces without any written block, the condition on line 456 will skip it
so, something like this can be used to skip the condition
even if it doesn't check all the blocks, as far i can see when starting with a new piece it starts with the first block, so its a kind of better approach |
This was referenced Feb 15, 2015
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.

e.g. piece 59 in the screenshot below