aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index a0951b055..4fcdc0dbb 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -85,7 +85,7 @@ extern "C"
85/** 85/**
86 * How long do we delay messages to get larger packet sizes (CORKing)? 86 * How long do we delay messages to get larger packet sizes (CORKing)?
87 */ 87 */
88#define GNUNET_CONSTANTS_MAX_CORK_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 10) 88#define GNUNET_CONSTANTS_MAX_CORK_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1)
89 89
90/** 90/**
91 * Until which load do we consider the peer overly idle 91 * Until which load do we consider the peer overly idle