added path desirability calculations
authorChristian Grothoff <christian@grothoff.org>
Sun, 29 Jan 2017 22:41:49 +0000 (23:41 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 29 Jan 2017 22:41:49 +0000 (23:41 +0100)
src/cadet/TODO
src/cadet/gnunet-service-cadet-new_paths.c

index 1fc134564848fd55f74e9c187b2489374e5ab5ae..317695a5ba8e6c9ae465faa5fb9c4b7bcc236964 100644 (file)
@@ -1,5 +1,3 @@
-- URGENT: implement path desirability calculations (lack of them is confusing!)
-
 - URGENT: Congestion/flow control (CHANNEL):
   + estimate max bandwidth using bursts and use to for CONGESTION CONTROL!
    (and figure out how/where to use this!)
index 05565c0430313a2fd5ab859a0a143a02427f4642..5bb658797a2177d7e35c695f535ff0e109b29252 100644 (file)
@@ -22,9 +22,6 @@
  * @brief Information we track per path.
  * @author Bartlomiej Polot
  * @author Christian Grothoff
- *
- * TODO:
- * - path desirability score calculations are not done
  */
 #include "platform.h"
 #include "gnunet-service-cadet-new_connection.h"