aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-07 14:19:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-07 14:19:27 +0000
commit4dca0c9b28d2115a936b05582618f2285022089a (patch)
treef420b7d11245d6f23b5eeb4b8fecb1f8758fa0b2 /src/transport/gnunet-service-transport_neighbours.h
parent7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8 (diff)
downloadgnunet-4dca0c9b28d2115a936b05582618f2285022089a.tar.gz
gnunet-4dca0c9b28d2115a936b05582618f2285022089a.zip
stuff
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 1b0a98a2b..8ccf3cb67 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -147,29 +147,6 @@ GST_neighbours_iterate (GST_NeighbourIterator cb,
147 147
148 148
149/** 149/**
150 * We have received a PONG. Update lifeness of the neighbour.
151 *
152 * @param sender peer sending the PONG
153 * @param hdr the PONG message (presumably)
154 * @param plugin_name name of transport that delivered the PONG
155 * @param sender_address address of the other peer, NULL if other peer
156 * connected to us
157 * @param sender_address_len number of bytes in sender_address
158 * @param ats performance data
159 * @param ats_count number of entries in ats (excluding 0-termination)
160 * @return GNUNET_OK if the message was well-formed, GNUNET_SYSERR if not
161 */
162int
163GST_neighbours_handle_pong (const struct GNUNET_PeerIdentity *sender,
164 const struct GNUNET_MessageHeader *hdr,
165 const char *plugin_name,
166 const void *sender_address,
167 size_t sender_address_len,
168 const struct GNUNET_TRANSPORT_ATS_Information *ats,
169 uint32_t ats_count);
170
171
172/**
173 * We have received a CONNECT. Set the peer to connected. 150 * We have received a CONNECT. Set the peer to connected.
174 * 151 *
175 * @param sender peer sending the PONG 152 * @param sender peer sending the PONG