Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base web seed pipeline length on piece length #723

Merged
merged 1 commit into from Apr 6, 2016
Merged

Base web seed pipeline length on piece length #723

merged 1 commit into from Apr 6, 2016
Commits on Apr 6, 2016
  1. Base web seed pipeline length on piece length

    feross committed Apr 6, 2016
    Before this, the web seed pipeline length was based on the block size,
    just like it is for wire connections, which are block-based.
    
    This meant that we were massively over-estimating the number of http
    requests to make to the web seed servers.
    
    Now we use the piece length, since each web seed request is a piece
    length in size.
You can’t perform that action at this time.