aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-13 10:37:53 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-13 10:37:53 +0000
commit1bd94de53f074f451440dc9a8d466359f35f00c1 (patch)
tree4435032175333119ea157a2ded20e1121bc6e4ac /src/include/gnunet_constants.h
parent6180140e3395ebec3c1e2ae50cd07f0feda24b40 (diff)
downloadgnunet-1bd94de53f074f451440dc9a8d466359f35f00c1.tar.gz
gnunet-1bd94de53f074f451440dc9a8d466359f35f00c1.zip
traffic report is not used
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 4fcdc0dbb..da408bf55 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -49,7 +49,7 @@ extern "C"
49 * After how long do we consider a connection to a peer dead 49 * After how long do we consider a connection to a peer dead
50 * if we don't receive messages from the peer? 50 * if we don't receive messages from the peer?
51 */ 51 */
52#define GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 3) 52#define GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
53 53
54/** 54/**
55 * After how long do we consider a connection to a peer dead 55 * After how long do we consider a connection to a peer dead