Skip to content
Snippets Groups Projects
Select Git revision
20 results

dht.cpp

Blame
    • Simon Désaulniers's avatar
      01fbe0fd
      dht: make main store a vector<unique_ptr<Storage>> · 01fbe0fd
      Simon Désaulniers authored
      Since the elements inside are going to be moved constantly during the life of
      the node, this design is better. Also, it works around a crash when the store is
      resized (elements inside moved) at some point (always happenned the 3rd time)
      for some reason. This bug was known when compiled with LLVM >7.3.0 (>clang-703.0.31).
      01fbe0fd
      History
      dht: make main store a vector<unique_ptr<Storage>>
      Simon Désaulniers authored
      Since the elements inside are going to be moved constantly during the life of
      the node, this design is better. Also, it works around a crash when the store is
      resized (elements inside moved) at some point (always happenned the 3rd time)
      for some reason. This bug was known when compiled with LLVM >7.3.0 (>clang-703.0.31).
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.