aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-20 09:08:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-20 09:08:57 +0000
commit1033148a63d634e5de941083686709c67a9253c5 (patch)
treec3eba8b921a25dd35c9c495323fe5062cf7b048d /src/transport/transport.h
parent8db323c69c849d79c5d7d29aa334867046fdbee9 (diff)
downloadgnunet-1033148a63d634e5de941083686709c67a9253c5.tar.gz
gnunet-1033148a63d634e5de941083686709c67a9253c5.zip
fix
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 05df5ef49..8cc97e08f 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -43,7 +43,7 @@
43 * For how long do we allow unused bandwidth 43 * For how long do we allow unused bandwidth
44 * from the past to carry over into the future? (in seconds) 44 * from the past to carry over into the future? (in seconds)
45 */ 45 */
46#define MAX_BANDWIDTH_CARRY_S GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY 46#define MAX_BANDWIDTH_CARRY_S GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY_S
47 47
48/** 48/**
49 * How often do we (at most) do a full quota 49 * How often do we (at most) do a full quota