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:
95d968d
)
type check
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 6 Apr 2010 13:34:11 +0000
(13:34 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 6 Apr 2010 13:34:11 +0000
(13:34 +0000)
src/dht/test_dht_api.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_api.c
b/src/dht/test_dht_api.c
index 879c2d1cb5d9c75a862478f209005111dc3cf0ea..aa0b32240e389af177532a4570b9b13ca45a0981 100644
(file)
--- a/
src/dht/test_dht_api.c
+++ b/
src/dht/test_dht_api.c
@@
-275,7
+275,7
@@
test_put (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
GNUNET_assert (peer->dht_handle != NULL);
- GNUNET_DHT_put (peer->dht_handle, &hash,
0
, data_size, data,
+ GNUNET_DHT_put (peer->dht_handle, &hash,
42
, data_size, data,
GNUNET_TIME_relative_to_absolute (TIMEOUT), TIMEOUT,
&test_get, &p1);
@@
-316,7
+316,7
@@
run (void *cls,
GNUNET_SCHEDULER_add_delayed (sched,
GNUNET_TIME_relative_multiply
- (GNUNET_TIME_UNIT_SECONDS,
10
), &test_put,
+ (GNUNET_TIME_UNIT_SECONDS,
3
), &test_put,
&p1);
}