aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_connection_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-30 23:40:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-30 23:40:32 +0000
commit347439cc6a4993b2e083b246ce064aa3b56d123d (patch)
tree0104732e1d692663b605f3afc38ecd4e86a269b7 /src/include/gnunet_connection_lib.h
parentcb6dfe53b1a378906871048048d1ba7fb1e6035b (diff)
downloadgnunet-347439cc6a4993b2e083b246ce064aa3b56d123d.tar.gz
gnunet-347439cc6a4993b2e083b246ce064aa3b56d123d.zip
better diagnostics
Diffstat (limited to 'src/include/gnunet_connection_lib.h')
-rw-r--r--src/include/gnunet_connection_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 1a3ef4b54..d83da71ce 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -40,7 +40,9 @@ extern "C"
40 40
41/** 41/**
42 * Timeout we use on TCP connect before trying another 42 * Timeout we use on TCP connect before trying another
43 * result from the DNS resolver. 5s. 43 * result from the DNS resolver. Actual value used
44 * is this value divided by the number of address families.
45 * Default is 5s.
44 */ 46 */
45#define GNUNET_CONNECTION_CONNECT_RETRY_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 47#define GNUNET_CONNECTION_CONNECT_RETRY_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
46 48