aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:00:13 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:56 +0100
commitc77b7424ff5e8da878da3a55c6ce126c160d2d42 (patch)
tree9091c8f11c117412feb6f81ebcd2bc7a8a70d653 /src/dht/gnunet-service-dht_neighbours.c
parent35c0970096ca249ad63c073c0b74c49f8f4853d7 (diff)
downloadgnunet-c77b7424ff5e8da878da3a55c6ce126c160d2d42.tar.gz
gnunet-c77b7424ff5e8da878da3a55c6ce126c160d2d42.zip
-DOC: Documentation cleanup pass through DHT subsystem
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 65b3014fd..9d1dff8a6 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -529,7 +529,6 @@ do_send (struct PeerInfo *pi,
529 * Sign that we are routing a message from @a pred to @a succ. 529 * Sign that we are routing a message from @a pred to @a succ.
530 * (So the route is $PRED->us->$SUCC). 530 * (So the route is $PRED->us->$SUCC).
531 * 531 *
532 * @param key key of the data (not necessarily the query hash)
533 * @param data payload (the block) 532 * @param data payload (the block)
534 * @param data_size number of bytes in @a data 533 * @param data_size number of bytes in @a data
535 * @param exp_time expiration time of @a data 534 * @param exp_time expiration time of @a data
@@ -1890,7 +1889,7 @@ GDS_NEIGHBOURS_handle_reply (struct PeerInfo *pi,
1890 * Check validity of a p2p put request. 1889 * Check validity of a p2p put request.
1891 * 1890 *
1892 * @param cls closure with the `struct PeerInfo` of the sender 1891 * @param cls closure with the `struct PeerInfo` of the sender
1893 * @param message message 1892 * @param put message
1894 * @return #GNUNET_OK if the message is valid 1893 * @return #GNUNET_OK if the message is valid
1895 */ 1894 */
1896static enum GNUNET_GenericReturnValue 1895static enum GNUNET_GenericReturnValue
@@ -1933,7 +1932,7 @@ check_dht_p2p_put (void *cls,
1933 * Core handler for p2p put requests. 1932 * Core handler for p2p put requests.
1934 * 1933 *
1935 * @param cls closure with the `struct Target` of the sender 1934 * @param cls closure with the `struct Target` of the sender
1936 * @param message message 1935 * @param put message
1937 */ 1936 */
1938static void 1937static void
1939handle_dht_p2p_put (void *cls, 1938handle_dht_p2p_put (void *cls,
@@ -2503,7 +2502,7 @@ process_reply_with_path (const struct GNUNET_DATACACHE_Block *bd,
2503 * Check validity of p2p result message. 2502 * Check validity of p2p result message.
2504 * 2503 *
2505 * @param cls closure 2504 * @param cls closure
2506 * @param message message 2505 * @param prm message
2507 * @return #GNUNET_YES if the message is well-formed 2506 * @return #GNUNET_YES if the message is well-formed
2508 */ 2507 */
2509static enum GNUNET_GenericReturnValue 2508static enum GNUNET_GenericReturnValue
@@ -2542,7 +2541,7 @@ check_dht_p2p_result (void *cls,
2542 * Core handler for p2p result messages. 2541 * Core handler for p2p result messages.
2543 * 2542 *
2544 * @param cls closure 2543 * @param cls closure
2545 * @param message message 2544 * @param prm message
2546 */ 2545 */
2547static void 2546static void
2548handle_dht_p2p_result (void *cls, 2547handle_dht_p2p_result (void *cls,
@@ -2754,7 +2753,7 @@ check_dht_p2p_hello (void *cls,
2754 * Core handler for p2p HELLO messages. 2753 * Core handler for p2p HELLO messages.
2755 * 2754 *
2756 * @param cls closure 2755 * @param cls closure
2757 * @param message message 2756 * @param hello message
2758 */ 2757 */
2759static void 2758static void
2760handle_dht_p2p_hello (void *cls, 2759handle_dht_p2p_hello (void *cls,