aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 616b96327..6a2449a7a 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -332,9 +332,12 @@ struct GNUNET_ATS_SchedulingHandle;
332 */ 332 */
333struct Session; 333struct Session;
334 334
335
335/** 336/**
336 * Signature of a function called by ATS with the current bandwidth 337 * Signature of a function called by ATS with the current bandwidth
337 * and address preferences as determined by ATS. 338 * and address preferences as determined by ATS. If our connection
339 * to ATS dies and thus all suggestions become invalid, this function
340 * is called ONCE with all arguments (except @a cls) being NULL/0.
338 * 341 *
339 * @param cls closure 342 * @param cls closure
340 * @param peer for which we suggest an address, NULL if ATS connection died 343 * @param peer for which we suggest an address, NULL if ATS connection died
@@ -415,9 +418,9 @@ GNUNET_ATS_address_add_session (struct GNUNET_ATS_AddressRecord *ar,
415 418
416 419
417/** 420/**
418 * A session was destroyed, disassociate it from the 421 * A @a session was destroyed, disassociate it from the given address
419 * given address record. If this was an incoming 422 * record. If this was an incoming addess, destroys the address as
420 * addess, destroy the address as well. 423 * well.
421 * 424 *
422 * @param ar address record to update information for 425 * @param ar address record to update information for
423 * @param session session handle 426 * @param session session handle