From: Christian Grothoff Date: Sun, 29 Jan 2017 22:41:49 +0000 (+0100) Subject: added path desirability calculations X-Git-Tag: taler-0.2.1~247 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ff96da0661cdb1439468c4da7dfaf4b48280a81;p=oweals%2Fgnunet.git added path desirability calculations --- diff --git a/src/cadet/TODO b/src/cadet/TODO index 1fc134564..317695a5b 100644 --- a/src/cadet/TODO +++ b/src/cadet/TODO @@ -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!) diff --git a/src/cadet/gnunet-service-cadet-new_paths.c b/src/cadet/gnunet-service-cadet-new_paths.c index 05565c043..5bb658797 100644 --- a/src/cadet/gnunet-service-cadet-new_paths.c +++ b/src/cadet/gnunet-service-cadet-new_paths.c @@ -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"