aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 72ced636d..7a79d5113 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -124,6 +124,17 @@ GST_neighbours_calculate_receive_delay (const struct GNUNET_PeerIdentity
124void 124void
125GST_neighbours_keepalive (const struct GNUNET_PeerIdentity *neighbour); 125GST_neighbours_keepalive (const struct GNUNET_PeerIdentity *neighbour);
126 126
127/**
128 * We received a KEEP_ALIVE_RESPONSE message and use this to calculate latency
129 * to this peer
130 *
131 * @param neighbour neighbour to keep alive
132 */
133void
134GST_neighbours_keepalive_response (const struct GNUNET_PeerIdentity *neighbour,
135 const struct GNUNET_ATS_Information * ats,
136 uint32_t ats_count);
137
127 138
128/** 139/**
129 * Change the incoming quota for the given peer. 140 * Change the incoming quota for the given peer.