aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_application.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api2_application.c')
-rw-r--r--src/transport/transport_api2_application.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport_api2_application.c b/src/transport/transport_api2_application.c
index 4862863dd..00f5f62eb 100644
--- a/src/transport/transport_api2_application.c
+++ b/src/transport/transport_api2_application.c
@@ -282,7 +282,7 @@ GNUNET_TRANSPORT_application_done (
282 * @param peer identity of the peer we need an address for 282 * @param peer identity of the peer we need an address for
283 * @param pk what kind of application will the application require (can be 283 * @param pk what kind of application will the application require (can be
284 * #GNUNET_MQ_PRIO_BACKGROUND, we will still try to connect) 284 * #GNUNET_MQ_PRIO_BACKGROUND, we will still try to connect)
285 * @param bw desired bandwith, can be zero (we will still try to connect) 285 * @param bw desired bandwidth, can be zero (we will still try to connect)
286 * @return suggest handle, NULL if a request is already pending 286 * @return suggest handle, NULL if a request is already pending
287 */ 287 */
288struct GNUNET_TRANSPORT_ApplicationSuggestHandle * 288struct GNUNET_TRANSPORT_ApplicationSuggestHandle *
@@ -359,7 +359,7 @@ GNUNET_TRANSPORT_application_suggest_cancel (
359 * @param peer identity of the peer we have an address for 359 * @param peer identity of the peer we have an address for
360 * @param nt network type of @a addr (as claimed by the other peer); 360 * @param nt network type of @a addr (as claimed by the other peer);
361 * used by TRANSPORT to avoid trying @a addr's that really cannot work 361 * used by TRANSPORT to avoid trying @a addr's that really cannot work
362 * due to network type missmatches 362 * due to network type mismatches
363 * @param addr address to validate 363 * @param addr address to validate
364 */ 364 */
365void 365void