Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

feat(sessions): add rebroadcasting, search backoff #133

Merged
merged 5 commits into from
Jun 4, 2019

Commits on Jun 3, 2019

  1. feat(sessions): add rebroadcasting, search backoff

    on a tick, do not keep searching for providers for the same block. instead rely on a periodic search
    for more providers. (which will run no matter what, even w/o ticks, to optimize found providers).
    also backoff tick time to reduce broadcasts.
    
    fix #95, fix #107
    hannahhoward committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    49a96fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3104b2d View commit details
    Browse the repository at this point in the history
  3. fix(sessions): consecutive ticks only when wants present

    Don't count consecutive ticks if there are no active wants
    hannahhoward committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d948827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e3343 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. feat(session): allow configuring delays per instance

    Re-setup provider search delay and rebroadcast delay on a per bitswap instance basis
    hannahhoward committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    92a8279 View commit details
    Browse the repository at this point in the history