aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-25 14:53:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-25 14:53:00 +0000
commit6fab9d7757ed01d3ae98404c73ed98d80c235d9d (patch)
tree2cd7ca4bf9926bdaa750ce79d1fd41cfdc95a496 /src/include/gnunet_constants.h
parent05177a046c5d292f7b4c4e7124309ad70555d320 (diff)
downloadgnunet-6fab9d7757ed01d3ae98404c73ed98d80c235d9d.tar.gz
gnunet-6fab9d7757ed01d3ae98404c73ed98d80c235d9d.zip
violat
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 3b56f26d6..bfb36a2ea 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -52,6 +52,11 @@ extern "C"
52#define GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5) 52#define GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
53 53
54/** 54/**
55 * How long do we delay reading more from a peer after a quota violation?
56 */
57#define GNUNET_CONSTANTS_QUOTA_VIOLATION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2)
58
59/**
55 * How long do we wait after a FORK+EXEC before testing for the 60 * How long do we wait after a FORK+EXEC before testing for the
56 * resulting process to be up (port open, waitpid, etc.)? 61 * resulting process to be up (port open, waitpid, etc.)?
57 */ 62 */