aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-11 15:56:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-11 15:56:33 +0000
commitea643e446372405a6ded9b482dc4481be32d8bfd (patch)
tree801ace07cb83657890c3531e9fc22e7f97520dd3 /src/exit
parenteab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (diff)
downloadgnunet-ea643e446372405a6ded9b482dc4481be32d8bfd.tar.gz
gnunet-ea643e446372405a6ded9b482dc4481be32d8bfd.zip
-doxygen fixes
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index a956bfa1a..3d94c9dba 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -1271,7 +1271,7 @@ setup_state_record (struct TunnelState *state)
1271 * @param tcp_header skeleton of the TCP header, NULL for UDP 1271 * @param tcp_header skeleton of the TCP header, NULL for UDP
1272 * @param src_address source address to use (IP and port) 1272 * @param src_address source address to use (IP and port)
1273 * @param dst_address destination address to use (IP and port) 1273 * @param dst_address destination address to use (IP and port)
1274 * @param pkt6 where to write the assembled packet; must 1274 * @param pkt4 where to write the assembled packet; must
1275 * contain enough space for the IP header, UDP/TCP header 1275 * contain enough space for the IP header, UDP/TCP header
1276 * AND the payload 1276 * AND the payload
1277 */ 1277 */
@@ -1356,6 +1356,7 @@ prepare_ipv4_packet (const void *payload, size_t payload_length,
1356 * TCP header, depending on protocol) 1356 * TCP header, depending on protocol)
1357 * @param payload_length number of bytes in 'payload' 1357 * @param payload_length number of bytes in 'payload'
1358 * @param protocol IPPROTO_UDP or IPPROTO_TCP 1358 * @param protocol IPPROTO_UDP or IPPROTO_TCP
1359 * @param tcp_header skeleton TCP header data to send, NULL for UDP
1359 * @param src_address source address to use (IP and port) 1360 * @param src_address source address to use (IP and port)
1360 * @param dst_address destination address to use (IP and port) 1361 * @param dst_address destination address to use (IP and port)
1361 * @param pkt6 where to write the assembled packet; must 1362 * @param pkt6 where to write the assembled packet; must
@@ -2651,7 +2652,7 @@ receive_udp_service (void *cls GNUNET_UNUSED, struct GNUNET_MESH_Tunnel *tunnel,
2651static void * 2652static void *
2652new_tunnel (void *cls GNUNET_UNUSED, struct GNUNET_MESH_Tunnel *tunnel, 2653new_tunnel (void *cls GNUNET_UNUSED, struct GNUNET_MESH_Tunnel *tunnel,
2653 const struct GNUNET_PeerIdentity *initiator GNUNET_UNUSED, 2654 const struct GNUNET_PeerIdentity *initiator GNUNET_UNUSED,
2654 const struct GNUNET_ATS_Information *ats GNUNET_UNUSED) 2655 const struct GNUNET_ATS_Information *atsi GNUNET_UNUSED)
2655{ 2656{
2656 struct TunnelState *s = GNUNET_malloc (sizeof (struct TunnelState)); 2657 struct TunnelState *s = GNUNET_malloc (sizeof (struct TunnelState));
2657 2658