1. 17 Feb, 2020 1 commit
  2. 11 Feb, 2020 6 commits
  3. 05 Feb, 2020 5 commits
  4. 04 Feb, 2020 5 commits
  5. 28 Jan, 2020 1 commit
  6. 23 Jan, 2020 1 commit
    • Steven Allen's avatar
      feat: reduce stream idle timeout to 1m · 3f8b2195
      Steven Allen authored
      It's currently 10 minutes. This change will kill all inbound DHT streams that
      haven't been used in 1 minute.
      
      We keep streams around to avoid the cost of setting up new streams (the
      multistream overhead, mostly). However, each one of these takes at least one
      goroutine and some other state.
      
      Ideally, this will let us run multiple DHTs side-by-side without keeping one
      stream per peer per DHT open.
      3f8b2195
  7. 20 Jan, 2020 2 commits
  8. 02 Jan, 2020 1 commit
  9. 20 Dec, 2019 2 commits
  10. 19 Dec, 2019 3 commits
  11. 18 Dec, 2019 2 commits
  12. 17 Dec, 2019 6 commits
  13. 16 Dec, 2019 2 commits
  14. 13 Dec, 2019 2 commits
  15. 12 Dec, 2019 1 commit