Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/savoirfairelinux/opendht. Pull mirroring failed .
Last successful update .
  1. Jan 16, 2020
    • Adrien Béraud's avatar
      Update peer_discovery.cpp · ae89365f
      Adrien Béraud authored
      ae89365f
    • Adrien Béraud's avatar
      Update peer_discovery.cpp · 93cd8d54
      Adrien Béraud authored
      93cd8d54
    • M P's avatar
      implement connectivity change in peer discovery · 9487bc5e
      M P authored and Adrien Béraud's avatar Adrien Béraud committed
      this makes peer discovery pub/sub on connectivity change, it aims to
      make peer discovery more energy efficient.
      
      also, stop echo'ing.
      
      TODO:
      in its current implementation however, peer_discovery operates in the
      dark; it doesn't know routes available to it (v4 vs v6); nor does it
      know of the state of the link(s) (UP vs. DOWN) and therefore it merely
      tries to, on connectivity change, (re)pub/sub on previous ip version
      routes.
      
      IDEA:
      open an interface to kernel so that peer discovery, and perhaps others,
      can learn about the routes available to them.
      
      don't leave
      
      add query() and direct publish(endpoint)
      
      check if peer discovery was request (run and compile time)
      
      add try/catch routine to DomainPeerDiscovery's constructor
      9487bc5e
  2. Jan 15, 2020
  3. Jan 10, 2020
  4. Jan 03, 2020
  5. Dec 19, 2019
  6. Dec 17, 2019
  7. Dec 16, 2019
  8. Dec 14, 2019
  9. Dec 13, 2019
  10. Dec 12, 2019
Loading