1. 21 Mar, 2019 2 commits
  2. 27 Feb, 2019 1 commit
  3. 12 Feb, 2019 3 commits
  4. 10 Nov, 2018 1 commit
  5. 18 Nov, 2017 2 commits
  6. 17 Nov, 2017 2 commits
  7. 13 Sep, 2017 1 commit
  8. 15 Jul, 2017 1 commit
  9. 07 Mar, 2017 1 commit
  10. 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
  11. 13 Sep, 2016 1 commit
  12. 02 Sep, 2016 1 commit
  13. 21 Aug, 2016 1 commit