1. 03 Mar, 2020 1 commit
    • Steven Allen's avatar
      Merge pull request #470 from... · 4d2a8a70
      Steven Allen authored
      Merge pull request #470 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.1
      
      build(deps): bump github.com/multiformats/go-multiaddr from 0.2.0 to 0.2.1
      4d2a8a70
  2. 02 Mar, 2020 1 commit
  3. 28 Feb, 2020 4 commits
  4. 24 Feb, 2020 2 commits
  5. 21 Feb, 2020 2 commits
  6. 20 Feb, 2020 1 commit
  7. 19 Feb, 2020 1 commit
  8. 18 Feb, 2020 3 commits
  9. 17 Feb, 2020 6 commits
  10. 11 Feb, 2020 6 commits
  11. 05 Feb, 2020 5 commits
  12. 04 Feb, 2020 5 commits
  13. 28 Jan, 2020 1 commit
  14. 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
  15. 20 Jan, 2020 1 commit