aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-30 14:45:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-30 14:45:27 +0000
commitb7fd524b858f2ab3af9183c1ead1bf54e44b312a (patch)
tree79d256cf1012df3f2fcef7b30ec33ace4e6644df /src/transport/gnunet-service-transport.c
parentcdfc9de88b24d22a2c715834fcc66f4b68b55640 (diff)
downloadgnunet-b7fd524b858f2ab3af9183c1ead1bf54e44b312a.tar.gz
gnunet-b7fd524b858f2ab3af9183c1ead1bf54e44b312a.zip
some doxygen + refactoring of GST_validation_set_address_use
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index d4d8828d0..6c068bec9 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -118,7 +118,9 @@ process_hello_update (void *cls, const struct GNUNET_MessageHeader *hello)
118 * We received some payload. Prepare to pass it on to our clients. 118 * We received some payload. Prepare to pass it on to our clients.
119 * 119 *
120 * @param peer (claimed) identity of the other peer 120 * @param peer (claimed) identity of the other peer
121 * @param message the message, never NULL 121 * @param address the address
122 * @param session session used
123 * @param msg the message to process
122 * @param ats performance information 124 * @param ats performance information
123 * @param ats_count number of records in ats 125 * @param ats_count number of records in ats
124 * @return how long the plugin should wait until receiving more data 126 * @return how long the plugin should wait until receiving more data
@@ -369,6 +371,8 @@ plugin_env_session_end (void *cls, const struct GNUNET_PeerIdentity *peer,
369 * @param session session to use (if available) 371 * @param session session to use (if available)
370 * @param bandwidth_out assigned outbound bandwidth for the connection, 0 to disconnect from peer 372 * @param bandwidth_out assigned outbound bandwidth for the connection, 0 to disconnect from peer
371 * @param bandwidth_in assigned inbound bandwidth for the connection, 0 to disconnect from peer 373 * @param bandwidth_in assigned inbound bandwidth for the connection, 0 to disconnect from peer
374 * @param ats ATS information
375 * @param number of ATS elements
372 */ 376 */
373static void 377static void
374ats_request_address_change (void *cls, 378ats_request_address_change (void *cls,