aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-nat-server.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
commite1fda8a5d8674328afa61cc50842fdbd2a7044ba (patch)
treeb36e7c638c5b0cb94a693376419959f12d84b84c /src/nat/gnunet-nat-server.c
parent012cb16a93acbfca1119966d5b4679b99e5c9125 (diff)
downloadgnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.tar.gz
gnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.zip
doxygen
Diffstat (limited to 'src/nat/gnunet-nat-server.c')
-rw-r--r--src/nat/gnunet-nat-server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nat/gnunet-nat-server.c b/src/nat/gnunet-nat-server.c
index 5e2390f35..bb637235d 100644
--- a/src/nat/gnunet-nat-server.c
+++ b/src/nat/gnunet-nat-server.c
@@ -94,7 +94,7 @@ struct TcpContext
94 * Task called by the scheduler once we can do the TCP send 94 * Task called by the scheduler once we can do the TCP send
95 * (or once we failed to connect...). 95 * (or once we failed to connect...).
96 * 96 *
97 * @param ctx the 'struct TcpContext' 97 * @param cls the 'struct TcpContext'
98 * @param tc scheduler context 98 * @param tc scheduler context
99 */ 99 */
100static void 100static void
@@ -123,7 +123,7 @@ tcp_send (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
123 * Try to send 'data' to the 123 * Try to send 'data' to the
124 * IP 'dst_ipv4' at port 'dport' via TCP. 124 * IP 'dst_ipv4' at port 'dport' via TCP.
125 * 125 *
126 * @param dst_ivp4 target IP 126 * @param dst_ipv4 target IP
127 * @param dport target port 127 * @param dport target port
128 * @param data data to send 128 * @param data data to send
129 */ 129 */
@@ -170,7 +170,7 @@ try_send_tcp (uint32_t dst_ipv4, uint16_t dport, uint16_t data)
170 * Try to send 'data' to the 170 * Try to send 'data' to the
171 * IP 'dst_ipv4' at port 'dport' via UDP. 171 * IP 'dst_ipv4' at port 'dport' via UDP.
172 * 172 *
173 * @param dst_ivp4 target IP 173 * @param dst_ipv4 target IP
174 * @param dport target port 174 * @param dport target port
175 * @param data data to send 175 * @param data data to send
176 */ 176 */
@@ -238,7 +238,7 @@ test (void *cls, struct GNUNET_SERVER_Client *client,
238/** 238/**
239 * Task run during shutdown. 239 * Task run during shutdown.
240 * 240 *
241 * @param ctx unused 241 * @param cls unused
242 * @param tc scheduler context 242 * @param tc scheduler context
243 */ 243 */
244static void 244static void