1. 30 Aug, 2021 2 commits
  2. 23 Aug, 2021 2 commits
  3. 03 Jul, 2021 2 commits
  4. 25 Jun, 2021 1 commit
  5. 17 Jun, 2021 1 commit
    • Adin Schmahmann's avatar
      fullrt rework batching (#720) · 6fff2a3b
      Adin Schmahmann authored
      * fullrt: do bulk sending explictly on peers
      
      Bulk sending now happens by dividing the keys to groups and then for each group collecting which peers need which records. This allows us to deal with peers individually and protect the connections for the duration while still dealing with the case of sending lots of data such that the routing table is updated in the middle of the send.
      
      * added additional logging including histograms of success and failure
      6fff2a3b
  6. 15 Jun, 2021 7 commits
  7. 14 Jun, 2021 2 commits
  8. 27 May, 2021 7 commits
  9. 14 May, 2021 1 commit
    • Adin Schmahmann's avatar
      Crawler based DHT client (#709) · eac1b5e1
      Adin Schmahmann authored
      * fullrt: add experimental FullRT DHT client
      
      The FullRT client periodically crawls the network to fill its local routing table and uses that to perform queries. It supports performing many provides or puts together taking advantage of efficiencies of grouping the DHT operations by where they will occur in the Kademlia space. Additionally, it has a more tunable function for determining when a query is complete that does not require waiting on any individual peer (which could be offline) to respond. This client is experimental and its exposed interfaces should be expected to change and break over time.
      
      * crawler: starting peers with addresses and peers found during a crawl have their addresses extended. logging improved
      
      * dht: move IpfsDHT options to the internal package. Make a breaking change to the filter interfaces to support more DHT implementations
      
      * dht: GetClosestPeers now returns a slice of peers instead of a channel of peers since we have to wait for the query to complete to return the closest peers anyway
      
      * dht: the subscriberNotifiee has been refactored to work more independently of the underlying message sender implementation
      eac1b5e1
  10. 30 Apr, 2021 4 commits
  11. 22 Apr, 2021 1 commit
  12. 08 Apr, 2021 2 commits
  13. 05 Apr, 2021 1 commit
  14. 01 Apr, 2021 3 commits
  15. 04 Jan, 2021 4 commits