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:
b23a8bb
)
reduce max set key delay, exponential backoff anyhow but let there be 3 in a minute
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 12 May 2010 14:17:29 +0000
(14:17 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 12 May 2010 14:17:29 +0000
(14:17 +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 afab2b0e0f8536d3f1783aa3d19d3e23fc0c9a3b..5022cfc1bebeb77f44df9e90095805f9ba65ff7f 100644
(file)
--- a/
src/core/gnunet-service-core.c
+++ b/
src/core/gnunet-service-core.c
@@
-82,9
+82,9
@@
#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
/**
- *
What h
ow long do we wait for SET_KEY confirmation initially?
+ *
H
ow long do we wait for SET_KEY confirmation initially?
*/
-#define INITIAL_SET_KEY_RETRY_FREQUENCY GNUNET_TIME_relative_multiply (MAX_SET_KEY_DELAY,
3
)
+#define INITIAL_SET_KEY_RETRY_FREQUENCY GNUNET_TIME_relative_multiply (MAX_SET_KEY_DELAY,
1
)
/**
* What is the maximum delay for a PING message?