aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-27 20:07:24 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-27 20:07:24 +0000
commitfe9ed98ff54df7d65dd0a0f787c86a734ef4d1a4 (patch)
tree81738f3a8a167533ddf001a72809dfa5015186de /src/include/gnunet_constants.h
parentc5cda378386d01412ada7fbf8d51317bab1ab695 (diff)
downloadgnunet-fe9ed98ff54df7d65dd0a0f787c86a734ef4d1a4.tar.gz
gnunet-fe9ed98ff54df7d65dd0a0f787c86a734ef4d1a4.zip
mktemp
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 99ed77537..2c917cc59 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -49,6 +49,12 @@ extern "C"
49 */ 49 */
50#define GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5) 50#define GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
51 51
52/**
53 * How long do we wait after a FORK+EXEC before testing for the
54 * resulting process to be up (port open, waitpid, etc.)?
55 */
56#define GNUNET_CONSTANTS_EXEC_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 100)
57
52 58
53#if 0 /* keep Emacsens' auto-indent happy */ 59#if 0 /* keep Emacsens' auto-indent happy */
54{ 60{