aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-16 16:36:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-16 16:36:56 +0000
commit0f56e56544af32877705ce24a6b2a59dfa744205 (patch)
treed785dcbb612e063919ffad1eefc3520657ef8b85 /src
parent125fa274fa401455c1c71a52df3a77242701907c (diff)
downloadgnunet-0f56e56544af32877705ce24a6b2a59dfa744205.tar.gz
gnunet-0f56e56544af32877705ce24a6b2a59dfa744205.zip
logging
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 932f3bdcb..4785b4068 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1363,7 +1363,7 @@ GST_neighbours_keepalive_response (const struct GNUNET_PeerIdentity *neighbour,
1363 n->expect_latency_response = GNUNET_NO; 1363 n->expect_latency_response = GNUNET_NO;
1364 n->latency = GNUNET_TIME_absolute_get_duration (n->last_keep_alive_time); 1364 n->latency = GNUNET_TIME_absolute_get_duration (n->last_keep_alive_time);
1365 n->timeout = GNUNET_TIME_relative_to_absolute (GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT); 1365 n->timeout = GNUNET_TIME_relative_to_absolute (GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT);
1366 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1366 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1367 "Latency for peer `%s' is %llu ms\n", 1367 "Latency for peer `%s' is %llu ms\n",
1368 GNUNET_i2s (&n->id), n->latency.rel_value); 1368 GNUNET_i2s (&n->id), n->latency.rel_value);
1369 memcpy (ats_new, ats, sizeof (struct GNUNET_ATS_Information) * ats_count); 1369 memcpy (ats_new, ats, sizeof (struct GNUNET_ATS_Information) * ats_count);