aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport.c3
-rw-r--r--src/transport/plugin_transport_http.c2
-rw-r--r--src/transport/plugin_transport_tcp.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index e9a30145f..0bb19a9cf 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -4693,7 +4693,8 @@ handle_ping(void *cls, const struct GNUNET_MessageHeader *message,
4693 * @param peer (claimed) identity of the other peer 4693 * @param peer (claimed) identity of the other peer
4694 * @param message the message, NULL if we only care about 4694 * @param message the message, NULL if we only care about
4695 * learning about the delay until we should receive again 4695 * learning about the delay until we should receive again
4696 * @param distance in overlay hops; use 1 unless DV (or 0 if message == NULL) 4696 * @param ats information for automatic transport selection
4697 * @param ats_count number of elements in ats not including \0 terminator
4697 * @param session identifier used for this session (can be NULL) 4698 * @param session identifier used for this session (can be NULL)
4698 * @param sender_address binary address of the sender (if observed) 4699 * @param sender_address binary address of the sender (if observed)
4699 * @param sender_address_len number of bytes in sender_address 4700 * @param sender_address_len number of bytes in sender_address
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index a39893a86..8d6801ce7 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/gnunet_transport_plugin.http.c 22 * @file transport/plugin_transport_http.c
23 * @brief http transport service plugin 23 * @brief http transport service plugin
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 */ 25 */
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 9a6eab012..6110af96a 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1150,7 +1150,7 @@ select_better_session (struct Session *s1,
1150 * gnunet-nat-client to send dummy ICMP responses. 1150 * gnunet-nat-client to send dummy ICMP responses.
1151 * 1151 *
1152 * @param plugin the plugin for this transport 1152 * @param plugin the plugin for this transport
1153 * @param addr the address of the peer (IPv4-only) 1153 * @param sa the address of the peer (IPv4-only)
1154 */ 1154 */
1155static void 1155static void
1156run_gnunet_nat_client (struct Plugin *plugin, 1156run_gnunet_nat_client (struct Plugin *plugin,