aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 685113b10..54342bfde 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -103,8 +103,6 @@ struct GNUNET_TIME_Relative hello_expiration;
103 * 103 *
104 * @param cls the 'HELLO' message 104 * @param cls the 'HELLO' message
105 * @param target a connected neighbour 105 * @param target a connected neighbour
106 * @param ats performance information (unused)
107 * @param ats_count number of records in ats (unused)
108 * @param address the address 106 * @param address the address
109 * @param bandwidth_in inbound quota in NBO 107 * @param bandwidth_in inbound quota in NBO
110 * @param bandwidth_out outbound quota in NBO 108 * @param bandwidth_out outbound quota in NBO
@@ -144,8 +142,6 @@ process_hello_update (void *cls, const struct GNUNET_MessageHeader *hello)
144 * @param address the address 142 * @param address the address
145 * @param session session used 143 * @param session session used
146 * @param message the message to process 144 * @param message the message to process
147 * @param ats performance information
148 * @param ats_count number of records in ats
149 * @return how long the plugin should wait until receiving more data 145 * @return how long the plugin should wait until receiving more data
150 */ 146 */
151static struct GNUNET_TIME_Relative 147static struct GNUNET_TIME_Relative
@@ -204,8 +200,6 @@ process_payload (const struct GNUNET_PeerIdentity *peer,
204 * @param peer (claimed) identity of the other peer 200 * @param peer (claimed) identity of the other peer
205 * @param message the message, NULL if we only care about 201 * @param message the message, NULL if we only care about
206 * learning about the delay until we should receive again -- FIXME! 202 * learning about the delay until we should receive again -- FIXME!
207 * @param ats performance information
208 * @param ats_count number of records in ats
209 * @param session identifier used for this session (NULL for plugins 203 * @param session identifier used for this session (NULL for plugins
210 * that do not offer bi-directional communication to the sender 204 * that do not offer bi-directional communication to the sender
211 * using the same "connection") 205 * using the same "connection")
@@ -415,9 +409,12 @@ GST_update_ats_metrics (struct GNUNET_PeerIdentity *peer,
415 * LAN, WAN etc. address 409 * LAN, WAN etc. address
416 * 410 *
417 * @param cls closure 411 * @param cls closure
418 * @param addr binary address 412 * @param peer the peer
419 * @param addrlen length of the address 413 * @param address binary address
420 * @return ATS Information containing the network type 414 * @param address_len length of the address
415 * @param session the session
416 * @param ats the ats information to update
417 * @param ats_count the number of ats elements
421 */ 418 */
422static void 419static void
423plugin_env_update_metrics (void *cls, 420plugin_env_update_metrics (void *cls,
@@ -492,8 +489,6 @@ ats_request_address_change (void *cls,
492 * 489 *
493 * @param cls closure 490 * @param cls closure
494 * @param peer the peer that connected 491 * @param peer the peer that connected
495 * @param ats performance data
496 * @param ats_count number of entries in ats
497 * @param bandwidth_in inbound bandwidth in NBO 492 * @param bandwidth_in inbound bandwidth in NBO
498 * @param bandwidth_out outbound bandwidth in NBO 493 * @param bandwidth_out outbound bandwidth in NBO
499 */ 494 */