aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-16 16:35:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-16 16:35:20 +0000
commitd4ac85e28841ad1940f2c2aeff7de5e804061dc8 (patch)
tree3866cb2d1671bc3b76fb27cee3075c0e89281e1c /src/transport/gnunet-service-transport_neighbours.c
parent47c29f30a706c4d108e2884e2de1053c3b4e548a (diff)
downloadgnunet-d4ac85e28841ad1940f2c2aeff7de5e804061dc8.tar.gz
gnunet-d4ac85e28841ad1940f2c2aeff7de5e804061dc8.zip
transmit all ats properties
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-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 9f089caba..932f3bdcb 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_DEBUG, 1366 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
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);