aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 02:47:03 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:30 +0100
commitf878edd42b1774c6f7bbe5a5fce3f3251f38e4f3 (patch)
treebdc5d16fb546c8a53f7737bf9719bdc122dbefd7 /src/transport/gnunet-service-transport_neighbours.c
parenteee291e1aaab89283ec03a00f3fed8a1cb20e083 (diff)
downloadgnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.tar.gz
gnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.zip
-DOC: Major doc comment stripping pass through TRANSPORT
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index ca1b4d1da..e61441d9f 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1768,16 +1768,6 @@ GST_neighbours_calculate_receive_delay (const struct
1768} 1768}
1769 1769
1770 1770
1771/**
1772 * Transmit a message to the given target using the active connection.
1773 *
1774 * @param target destination
1775 * @param msg message to send
1776 * @param msg_size number of bytes in msg
1777 * @param timeout when to fail with timeout
1778 * @param cont function to call when done
1779 * @param cont_cls closure for @a cont
1780 */
1781void 1771void
1782GST_neighbours_send (const struct GNUNET_PeerIdentity *target, 1772GST_neighbours_send (const struct GNUNET_PeerIdentity *target,
1783 const void *msg, 1773 const void *msg,
@@ -3019,13 +3009,6 @@ GST_neighbours_notify_data_sent (const struct GNUNET_HELLO_Address *address,
3019} 3009}
3020 3010
3021 3011
3022/**
3023 * Master task run for every neighbour. Performs all of the time-related
3024 * activities (keep alive, send next message, disconnect if idle, finish
3025 * clean up after disconnect).
3026 *
3027 * @param cls the 'struct NeighbourMapEntry' for which we are running
3028 */
3029static void 3012static void
3030master_task (void *cls) 3013master_task (void *cls)
3031{ 3014{
@@ -3646,13 +3629,6 @@ delayed_disconnect (void *cls)
3646} 3629}
3647 3630
3648 3631
3649/**
3650 * We received a quota message from the given peer,
3651 * validate and process.
3652 *
3653 * @param peer sender of the message
3654 * @param msg the quota message
3655 */
3656void 3632void
3657GST_neighbours_handle_quota_message (const struct GNUNET_PeerIdentity *peer, 3633GST_neighbours_handle_quota_message (const struct GNUNET_PeerIdentity *peer,
3658 const struct GNUNET_MessageHeader *msg) 3634 const struct GNUNET_MessageHeader *msg)