aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_message_recv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_message_recv.h')
-rw-r--r--src/messenger/gnunet-service-messenger_message_recv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/messenger/gnunet-service-messenger_message_recv.h b/src/messenger/gnunet-service-messenger_message_recv.h
index 400c10245..b4304762b 100644
--- a/src/messenger/gnunet-service-messenger_message_recv.h
+++ b/src/messenger/gnunet-service-messenger_message_recv.h
@@ -39,8 +39,8 @@
39 * Handles a received info message to change the current member id to the one generated by 39 * Handles a received info message to change the current member id to the one generated by
40 * the host connected to. (all current tunnels will be informed about the id change) 40 * the host connected to. (all current tunnels will be informed about the id change)
41 * 41 *
42 * @param[in/out] room Room of the message 42 * @param[in,out] room Room of the message
43 * @param[in/out] tunnel Receiving connection 43 * @param[in,out] tunnel Receiving connection
44 * @param[in] message INFO-Message 44 * @param[in] message INFO-Message
45 * @param[in] hash Hash of the message 45 * @param[in] hash Hash of the message
46 * @return #GNUNET_NO to not forward the message 46 * @return #GNUNET_NO to not forward the message
@@ -55,8 +55,8 @@ recv_message_info (struct GNUNET_MESSENGER_SrvRoom *room,
55 * Handles a received peer message to link it to its origin tunnel if the peer identity matches. 55 * Handles a received peer message to link it to its origin tunnel if the peer identity matches.
56 * (the peer message and the member id can potentially be linked to the tunnel) 56 * (the peer message and the member id can potentially be linked to the tunnel)
57 * 57 *
58 * @param[in/out] room Room of the message 58 * @param[in,out] room Room of the message
59 * @param[in/out] tunnel Receiving connection 59 * @param[in,out] tunnel Receiving connection
60 * @param[in] message PEER-Message 60 * @param[in] message PEER-Message
61 * @param[in] hash Hash of the message 61 * @param[in] hash Hash of the message
62 * @return #GNUNET_YES to forward the message 62 * @return #GNUNET_YES to forward the message
@@ -72,8 +72,8 @@ recv_message_peer (struct GNUNET_MESSENGER_SrvRoom *room,
72 * if the message was found. 72 * if the message was found.
73 * (this can also cause this peer to send a new request instead of only forwarding the received one) 73 * (this can also cause this peer to send a new request instead of only forwarding the received one)
74 * 74 *
75 * @param[in/out] room Room of the message 75 * @param[in,out] room Room of the message
76 * @param[in/out] tunnel Receiving connection 76 * @param[in,out] tunnel Receiving connection
77 * @param[in] message REQUEST-Message 77 * @param[in] message REQUEST-Message
78 * @param[in] hash Hash of the message 78 * @param[in] hash Hash of the message
79 * @return #GNUNET_YES or #GNUNET_NO depending on required forwarding 79 * @return #GNUNET_YES or #GNUNET_NO depending on required forwarding