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:
947eaf3
)
debug
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 8 Feb 2011 16:27:57 +0000
(16:27 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 8 Feb 2011 16:27:57 +0000
(16:27 +0000)
src/dht/dht_api.c
patch
|
blob
|
history
diff --git
a/src/dht/dht_api.c
b/src/dht/dht_api.c
index c65699d7a24b81029822a6550ae6df8e33d2edb9..6194e02cf1593138095a10b72cad8f485761225b 100644
(file)
--- a/
src/dht/dht_api.c
+++ b/
src/dht/dht_api.c
@@
-308,6
+308,7
@@
try_reconnect (void *cls,
handle);
if (handle->pending_head == NULL)
return;
+
GNUNET_CLIENT_notify_transmit_ready (handle->client,
ntohs(handle->pending_head->msg->size),
GNUNET_TIME_UNIT_FOREVER_REL,
@@
-382,6
+383,7
@@
transmit_pending (void *cls,
handle->th = NULL;
if (buf == NULL)
{
+ GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Transmission to DHT service failed! Reconnecting!\n");
do_disconnect (handle);
return 0;
}