aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-23 17:10:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-23 17:10:38 +0000
commit2cdcd2373d34ffa015fe0cdfd11d722c37520d97 (patch)
tree6de976024ba8338a54b76110290c0d1ca772d1d8 /src/transport/plugin_transport_tcp.c
parent69f9662283ade69910b500e00f491a47c1b4eb8c (diff)
downloadgnunet-2cdcd2373d34ffa015fe0cdfd11d722c37520d97.tar.gz
gnunet-2cdcd2373d34ffa015fe0cdfd11d722c37520d97.zip
-more logging and doxygen fixes
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