aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 60c9f6201..c77d82812 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -61,7 +61,7 @@ static uint32_t myoptions;
61struct WelcomeMessage 61struct WelcomeMessage
62{ 62{
63 /** 63 /**
64 * Type is GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME. 64 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME.
65 */ 65 */
66 struct GNUNET_MessageHeader header; 66 struct GNUNET_MessageHeader header;
67 67
@@ -80,7 +80,7 @@ struct WelcomeMessage
80struct TCP_NAT_ProbeMessage 80struct TCP_NAT_ProbeMessage
81{ 81{
82 /** 82 /**
83 * Type is GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE. 83 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE.
84 */ 84 */
85 struct GNUNET_MessageHeader header; 85 struct GNUNET_MessageHeader header;
86 86