gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17314 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r17314 - gnunet/src/core
Date: Mon, 10 Oct 2011 13:22:19 +0200

Author: grothoff
Date: 2011-10-10 13:22:19 +0200 (Mon, 10 Oct 2011)
New Revision: 17314

Modified:
   gnunet/src/core/gnunet-service-core_kx.c
   gnunet/src/core/gnunet-service-core_neighbours.c
Log:
DCE

Modified: gnunet/src/core/gnunet-service-core_kx.c
===================================================================
--- gnunet/src/core/gnunet-service-core_kx.c    2011-10-10 11:20:59 UTC (rev 
17313)
+++ gnunet/src/core/gnunet-service-core_kx.c    2011-10-10 11:22:19 UTC (rev 
17314)
@@ -93,8 +93,7 @@
 
 
 /**
- * Response to a PING.  Includes data from the original PING
- * plus initial bandwidth quota information.
+ * Response to a PING.  Includes data from the original PING.
  */
 struct PongMessage
 {
@@ -898,8 +897,6 @@
   }
   /* construct PONG */
   tx.reserved = GNUNET_BANDWIDTH_VALUE_MAX;
-  /* FIXME: here we should ideally ask ATS about unassigned bandwidth and fill 
in 
-     a value based on that; using the minimum here results in a rather slow 
start... */
   tx.challenge = t.challenge;
   tx.target = t.target;
   tp.header.type = htons (GNUNET_MESSAGE_TYPE_CORE_PONG);

Modified: gnunet/src/core/gnunet-service-core_neighbours.c
===================================================================
--- gnunet/src/core/gnunet-service-core_neighbours.c    2011-10-10 11:20:59 UTC 
(rev 17313)
+++ gnunet/src/core/gnunet-service-core_neighbours.c    2011-10-10 11:22:19 UTC 
(rev 17314)
@@ -35,14 +35,6 @@
 
 
 /**
- * Receive and send buffer windows grow over time.  For
- * how long can 'unused' bandwidth accumulate before we
- * need to cap it?  (specified in seconds).
- */
-#define MAX_WINDOW_TIME_S (5 * 60)
-
-
-/**
  * Message ready for transmission via transport service.  This struct
  * is followed by the actual content of the message.
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]