aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 083276804..0fcff6d6f 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -201,7 +201,7 @@ typedef void (*GNUNET_CORE_StartupCallback) (void *cls,
201 * can be used to improve efficiency, ignored if inbound_notify is NULL 201 * can be used to improve efficiency, ignored if inbound_notify is NULL
202 * note that the core is allowed to drop notifications about inbound 202 * note that the core is allowed to drop notifications about inbound
203 * messages if the client does not process them fast enough (for this 203 * messages if the client does not process them fast enough (for this
204 * notification type, a bounded queue is used) 204 * notification type, a bounded queue is used)
205 * @param outbound_notify function to call for all outbound messages, can be NULL; 205 * @param outbound_notify function to call for all outbound messages, can be NULL;
206 * note that the core is allowed to drop notifications about outbound 206 * note that the core is allowed to drop notifications about outbound
207 * messages if the client does not process them fast enough (for this 207 * messages if the client does not process them fast enough (for this
@@ -234,7 +234,7 @@ GNUNET_CORE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
234 234
235 235
236/** 236/**
237 * Disconnect from the core service. This function can only 237 * Disconnect from the core service. This function can only
238 * be called *after* all pending 'GNUNET_CORE_notify_transmit_ready' 238 * be called *after* all pending 'GNUNET_CORE_notify_transmit_ready'
239 * requests have been explicitly cancelled. 239 * requests have been explicitly cancelled.
240 * 240 *
@@ -371,7 +371,7 @@ GNUNET_CORE_peer_change_preference (struct GNUNET_CORE_Handle *h,
371/** 371/**
372 * Cancel request for getting information about a peer. 372 * Cancel request for getting information about a peer.
373 * Note that an eventual change in preference, trust or bandwidth 373 * Note that an eventual change in preference, trust or bandwidth
374 * assignment MAY have already been committed at the time, 374 * assignment MAY have already been committed at the time,
375 * so cancelling a request is NOT sure to undo the original 375 * so cancelling a request is NOT sure to undo the original
376 * request. The original request may or may not still commit. 376 * request. The original request may or may not still commit.
377 * The only thing cancellation ensures is that the callback 377 * The only thing cancellation ensures is that the callback
@@ -429,7 +429,7 @@ struct GNUNET_CORE_TransmitHandle;
429 * given number of bytes to the specified "target". Must only be 429 * given number of bytes to the specified "target". Must only be
430 * called after a connection to the respective peer has been 430 * called after a connection to the respective peer has been
431 * established (and the client has been informed about this). 431 * established (and the client has been informed about this).
432 * 432 *
433 * 433 *
434 * @param handle connection to core service 434 * @param handle connection to core service
435 * @param cork is corking allowed for this transmission? 435 * @param cork is corking allowed for this transmission?