aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 0af9a1d3e..61880cea1 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -746,7 +746,7 @@ GNUNET_NETWORK_STRUCT_END
746 * Initialize an IPv4 header. 746 * Initialize an IPv4 header.
747 * 747 *
748 * @param ip header to initialize 748 * @param ip header to initialize
749 * @param protocol protocol to use (i.e. IPPROTO_UDP) 749 * @param protocol protocol to use (e.g. IPPROTO_UDP)
750 * @param payload_length number of bytes of payload that follow (excluding IPv4 750 * @param payload_length number of bytes of payload that follow (excluding IPv4
751 * header) 751 * header)
752 * @param src source IP address to use 752 * @param src source IP address to use
@@ -764,7 +764,7 @@ GNUNET_TUN_initialize_ipv4_header (struct GNUNET_TUN_IPv4Header *ip,
764 * Initialize an IPv6 header. 764 * Initialize an IPv6 header.
765 * 765 *
766 * @param ip header to initialize 766 * @param ip header to initialize
767 * @param protocol protocol to use (i.e. IPPROTO_UDP) 767 * @param protocol protocol to use (e.g. IPPROTO_UDP)
768 * @param payload_length number of bytes of payload that follow (excluding IPv4 768 * @param payload_length number of bytes of payload that follow (excluding IPv4
769 * header) 769 * header)
770 * @param src source IP address to use 770 * @param src source IP address to use