aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 96d906c5b..527ca7677 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -364,7 +364,7 @@ update_atsi (struct GSF_ConnectedPeer *cp,
364 364
365/** 365/**
366 * Return the performance data record for the given peer 366 * Return the performance data record for the given peer
367 * 367 *
368 * @param cp peer to query 368 * @param cp peer to query
369 * @return performance data record for the peer 369 * @return performance data record for the peer
370 */ 370 */
@@ -818,7 +818,7 @@ transmit_delayed_now (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
818 818
819/** 819/**
820 * Get the randomized delay a response should be subjected to. 820 * Get the randomized delay a response should be subjected to.
821 * 821 *
822 * @return desired delay 822 * @return desired delay
823 */ 823 */
824static struct GNUNET_TIME_Relative 824static struct GNUNET_TIME_Relative
@@ -844,7 +844,7 @@ get_randomized_delay ()
844 * Handle a reply to a pending request. Also called if a request 844 * Handle a reply to a pending request. Also called if a request
845 * expires (then with data == NULL). The handler may be called 845 * expires (then with data == NULL). The handler may be called
846 * many times (depending on the request type), but will not be 846 * many times (depending on the request type), but will not be
847 * called during or after a call to GSF_pending_request_cancel 847 * called during or after a call to GSF_pending_request_cancel
848 * and will also not be called anymore after a call signalling 848 * and will also not be called anymore after a call signalling
849 * expiration. 849 * expiration.
850 * 850 *
@@ -997,7 +997,7 @@ change_host_trust (struct GSF_ConnectedPeer *cp, int value)
997/** 997/**
998 * We've received a request with the specified priority. Bound it 998 * We've received a request with the specified priority. Bound it
999 * according to how much we trust the given peer. 999 * according to how much we trust the given peer.
1000 * 1000 *
1001 * @param prio_in requested priority 1001 * @param prio_in requested priority
1002 * @param cp the peer making the request 1002 * @param cp the peer making the request
1003 * @return effective priority 1003 * @return effective priority
@@ -1333,7 +1333,7 @@ GSF_handle_p2p_query_ (const struct GNUNET_PeerIdentity *other,
1333 * Function called if there has been a timeout trying to satisfy 1333 * Function called if there has been a timeout trying to satisfy
1334 * a transmission request. 1334 * a transmission request.
1335 * 1335 *
1336 * @param cls the 'struct GSF_PeerTransmitHandle' of the request 1336 * @param cls the 'struct GSF_PeerTransmitHandle' of the request
1337 * @param tc scheduler context 1337 * @param tc scheduler context
1338 */ 1338 */
1339static void 1339static void
@@ -1717,7 +1717,7 @@ create_migration_stop_message (void *cls, size_t size, void *buf)
1717/** 1717/**
1718 * Ask a peer to stop migrating data to us until the given point 1718 * Ask a peer to stop migrating data to us until the given point
1719 * in time. 1719 * in time.
1720 * 1720 *
1721 * @param cp peer to ask 1721 * @param cp peer to ask
1722 * @param block_time until when to block 1722 * @param block_time until when to block
1723 */ 1723 */