Historial de Commits

Autor SHA1 Mensaje Fecha
  soredake c49cc24869 links update hace 7 años
  Lars Gierth d3cb49547a dht: remove dead Node_setCost() hace 8 años
  Arceliar 83e61aee6e Switch to cost instead of reach. Builds but needs debugging. hace 9 años
  Caleb James DeLisle b5be1d3beb refactoring of nodestore, get ready for assertions ! :D hace 9 años
  Arceliar f3ce288092 Go back to guessing instead of trying to try every bestParent change. Try to make guesses cause fewer flappy routes. Track the time each link was last tested, use either the least recently tested link or the node's test time when deciding how old our info about a node is. Move tryExistingNode out of the conditional chain in the janitor, to prevent it from being blocked during bootstrapping (when we're most vulnerable to blackholes anyway). Misc code cleanup. hace 10 años
  Arceliar e7a8dd6b5d Store the time each node was last pinged successfully. Reset on path changes. Include it in dumptable. Added support for this in dumptable.js hace 10 años
  Caleb James DeLisle c034ecbcee assertion failures from zero-ish reach hace 10 años
  Caleb James DeLisle d2e4b84680 Switched from node->bestParent to Node_getBestParent() and Node_setParentReachAndPath() with appropriate checks hace 10 años
  Caleb James DeLisle f9fdd8163d Moved setReach() into Node.h so it's really a private field hace 10 años
  Caleb James DeLisle 0fdda4fc72 Replaced all instances of Assert_always() with Assert_true() to standardize on Assert_true() for 'always', Assert_ifParanoid() for assertions which trigger if PARANOIA is enabled and Assert_ifTesting() for asserions which would be triggered by bad nodes in a real network hace 10 años
  Caleb James DeLisle 4ed88710b5 way more work on the new pathfinder hace 10 años