1. 02 Aug, 2019 2 commits
  2. 11 Apr, 2019 1 commit
  3. 21 Mar, 2019 2 commits
  4. 27 Feb, 2019 1 commit
  5. 12 Feb, 2019 3 commits
  6. 10 Nov, 2018 1 commit
  7. 18 Nov, 2017 2 commits
  8. 17 Nov, 2017 2 commits
  9. 13 Sep, 2017 1 commit
  10. 15 Jul, 2017 1 commit
  11. 07 Mar, 2017 1 commit
  12. 06 Mar, 2017 1 commit
    • Jeromy's avatar
      Fixes for dht findpeer queries · 00b46e0c
      Jeromy authored
      First, we use Alpha instead of K as the number of peers we grab from the
      routing table (as per the kademlia paper).
      
      Second, we don't use a size limited set for the 'GetClosestPeers' query.
      We're going to process more than K peers before we find the K closest
      peers.
      
      Third, Change GetClosestPeers to actually return the K Closest peers,
      not a hodge podge of peers that it found on the way to finding the
      closest peers.
      00b46e0c
  13. 13 Sep, 2016 1 commit
  14. 02 Sep, 2016 1 commit
  15. 21 Aug, 2016 1 commit