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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 730a3d6d7..b8a049cb9 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -36,6 +36,11 @@ extern "C"
36#endif 36#endif
37 37
38/** 38/**
39 * Last resort choice for configuration file name.
40 */
41#define GNUNET_DEFAULT_USER_CONFIG_FILE "~/.config/gnunet.conf"
42
43/**
39 * Bandwidth (in/out) to assume initially (before either peer has 44 * Bandwidth (in/out) to assume initially (before either peer has
40 * communicated any particular preference). Should be rather low; set 45 * communicated any particular preference). Should be rather low; set
41 * so that at least one maximum-size message can be send roughly once 46 * so that at least one maximum-size message can be send roughly once