projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7346e9e
)
increase set key delay, to help figure out connectivity issues on slow systems
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 27 Apr 2010 15:33:34 +0000
(15:33 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 27 Apr 2010 15:33:34 +0000
(15:33 +0000)
src/core/gnunet-service-core.c
patch
|
blob
|
history
diff --git
a/src/core/gnunet-service-core.c
b/src/core/gnunet-service-core.c
index 5f858e5967ae2668c5ac583d43ad1d1b8fc892c7..afab2b0e0f8536d3f1783aa3d19d3e23fc0c9a3b 100644
(file)
--- a/
src/core/gnunet-service-core.c
+++ b/
src/core/gnunet-service-core.c
@@
-79,7
+79,7
@@
/**
* What is the maximum delay for a SET_KEY message?
*/
-#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
5
)
+#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
10
)
/**
* What how long do we wait for SET_KEY confirmation initially?