1. 05 Nov, 2019 1 commit
  2. 01 Nov, 2019 1 commit
  3. 11 Oct, 2019 1 commit
    • Aarsh Shah's avatar
      Update dht_bootstrap.go · 00fffba0
      Aarsh Shah authored
      1) on connecting to a new peer  -> trigger self & bucket bootstrap if RT size goes below thereshold
      2) accept formatting & doc suggestions in the review
      3) remove RT recovery code for now -> will address in a separate PR once #383 goes in
      
      changes as per review
      00fffba0
  4. 26 May, 2019 1 commit
  5. 05 Jun, 2018 1 commit
  6. 01 Jun, 2018 1 commit
  7. 01 Apr, 2018 1 commit
  8. 08 Jan, 2018 2 commits
  9. 07 Jan, 2018 1 commit
    • Steven Allen's avatar
      fix connection tracking race · 36ae474b
      Steven Allen authored
      Before, we could end up (e.g.):
      
      1. Creating two connections (both sides connect at the same time).
      2. Try to test with the first one.
      3. The first connection dies.
      4. Get a stream reset and think that the other side doesn't support the DHT
      protocol.
      
      We tried to fix this by checking for an EOF. Unfortunately, reset streams don't
      return EOFs.
      
      This commit also simplifies peer tracking (and saves a bit of memory).
      
      fixes #99
      36ae474b
  10. 28 Oct, 2017 1 commit
  11. 19 Oct, 2017 1 commit
  12. 19 Sep, 2017 1 commit
  13. 27 Jul, 2017 4 commits
  14. 26 Jul, 2017 1 commit
  15. 18 Jan, 2017 1 commit
  16. 10 Jan, 2017 1 commit
  17. 05 Oct, 2016 1 commit
  18. 24 Sep, 2016 1 commit
  19. 02 Sep, 2016 1 commit
  20. 21 Aug, 2016 1 commit
  21. 04 Jul, 2016 1 commit
  22. 24 Jun, 2016 1 commit
  23. 15 Jun, 2016 1 commit
  24. 11 Jun, 2016 1 commit
  25. 07 Jun, 2016 1 commit
  26. 01 Jun, 2016 1 commit
  27. 31 May, 2016 1 commit
  28. 17 May, 2016 1 commit
  29. 16 May, 2016 1 commit
  30. 13 May, 2016 1 commit
  31. 10 May, 2016 1 commit
  32. 27 Apr, 2016 1 commit
  33. 17 Apr, 2016 1 commit
  34. 11 Apr, 2016 1 commit
  35. 07 Apr, 2016 1 commit
  36. 30 Mar, 2016 1 commit