aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-20 09:05:44 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-20 09:05:44 +0000
commit8db323c69c849d79c5d7d29aa334867046fdbee9 (patch)
tree18d714b93010e4b9c54f3f5f6dcdfe8c9c686058 /src/transport/transport.h
parent379c0c287dc4f9e1e03d998b09a593907d827cb3 (diff)
downloadgnunet-8db323c69c849d79c5d7d29aa334867046fdbee9.tar.gz
gnunet-8db323c69c849d79c5d7d29aa334867046fdbee9.zip
fix
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index b4ddd0a7f..05df5ef49 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -29,6 +29,7 @@
29#include "gnunet_crypto_lib.h" 29#include "gnunet_crypto_lib.h"
30#include "gnunet_time_lib.h" 30#include "gnunet_time_lib.h"
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32#include "gnunet_constants.h"
32 33
33#define DEBUG_TRANSPORT GNUNET_EXTRA_LOGGING 34#define DEBUG_TRANSPORT GNUNET_EXTRA_LOGGING
34 35
@@ -42,7 +43,7 @@
42 * For how long do we allow unused bandwidth 43 * For how long do we allow unused bandwidth
43 * from the past to carry over into the future? (in seconds) 44 * from the past to carry over into the future? (in seconds)
44 */ 45 */
45#define MAX_BANDWIDTH_CARRY_S 5 46#define MAX_BANDWIDTH_CARRY_S GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY
46 47
47/** 48/**
48 * How often do we (at most) do a full quota 49 * How often do we (at most) do a full quota