- 01 Aug, 2019 2 commits
-
-
Steven Allen authored
fix: memory leak in latency tracker on timeout after cancel
-
Hannah Howard authored
* docs(README): provide detail on setup, usage, and implementation Greatly fills out the Bitswap README to provide a good intro to the library, how to set it up, how to use it, and how it works.
-
- 31 Jul, 2019 1 commit
-
-
Dirk McCormick authored
-
- 23 Jul, 2019 2 commits
-
-
Steven Allen authored
Fix typo
-
ZenGround0 authored
-
- 15 Jul, 2019 1 commit
-
-
Steven Allen authored
Feat: Track Session Peer Latency More Accurately
-
- 04 Jul, 2019 2 commits
-
-
hannahhoward authored
send duplicate responses to the session peer manager to track latencies
-
hannahhoward authored
Better estimate latency per peer by tracking cancellations
-
- 03 Jul, 2019 5 commits
-
-
hannahhoward authored
When fetching optimized peers from the peer manager, return an optimization rating, and pass on to request splitter BREAKING CHANGE: interface change to GetOptimizedPeers and SplitRequests public package methods
-
hannahhoward authored
Return optimized peers in real latency order, weighted toward recent requests
-
Steven Allen authored
ci(circleci): add benchmark comparisons
-
hannahhoward authored
Remove unused code, follow conventions
-
hannahhoward authored
-
- 02 Jul, 2019 2 commits
-
-
hannahhoward authored
Run benchmarks before and after, compare results
-
hannahhoward authored
add proper usage of go benchmark timing and environment random seed support for CI
-
- 22 Jun, 2019 1 commit
-
-
hannahhoward authored
-
- 19 Jun, 2019 2 commits
-
-
Steven Allen authored
aggressively free memory
-
Steven Allen authored
-
- 14 Jun, 2019 4 commits
-
-
Jakub Sztandera authored
Enchanced logging for bitswap
-
Steven Allen authored
fix: rand.Intn(0) panics
-
Steven Allen authored
-
Steven Allen authored
This ensures we don't keep large buffers allocated.
-
- 12 Jun, 2019 8 commits
-
-
Steven Allen authored
dep: update peertaskqueue
-
Steven Allen authored
fixes performance regression
-
Steven Allen authored
fix some naming nits and broadcast on search
-
Hector Sanjuan authored
Small deps update
-
Hector Sanjuan authored
-
Steven Allen authored
This fixes the case where: 1. I start downloading something. 2. A friend jumps on our WiFi. 3. Our IPFS daemons connect via local discovery. 4. I never notice that they have the file I'm looking for because I'm already downloading it from a peer. 5. The peer I'm downloading from is _really_ slow.
-
Steven Allen authored
-
Steven Allen authored
-
- 10 Jun, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 04 Jun, 2019 2 commits
-
-
Hannah Howard authored
feat(sessions): add rebroadcasting, search backoff
-
hannahhoward authored
Re-setup provider search delay and rebroadcast delay on a per bitswap instance basis
-
- 03 Jun, 2019 6 commits
-
-
hannahhoward authored
-
hannahhoward authored
Don't count consecutive ticks if there are no active wants
-
hannahhoward authored
-
hannahhoward authored
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
-
Hannah Howard authored
testutil: fix block generator
-
Steven Allen authored
-
- 01 Jun, 2019 1 commit
-
-
Steven Allen authored
dep: remove dep on libp2p/go-testutil
-