aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat.h')
-rw-r--r--src/nat/nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/nat.h b/src/nat/nat.h
index bff444e6d..bb13e5274 100644
--- a/src/nat/nat.h
+++ b/src/nat/nat.h
@@ -35,17 +35,17 @@ struct GNUNET_NAT_TestMessage
35{ 35{
36 /** 36 /**
37 * Header with type "GNUNET_MESSAGE_TYPE_NAT_TEST" 37 * Header with type "GNUNET_MESSAGE_TYPE_NAT_TEST"
38 */ 38 */
39 struct GNUNET_MessageHeader header; 39 struct GNUNET_MessageHeader header;
40 40
41 /** 41 /**
42 * IPv4 target IP address 42 * IPv4 target IP address
43 */ 43 */
44 uint32_t dst_ipv4; 44 uint32_t dst_ipv4;
45 45
46 /** 46 /**
47 * Port to use, 0 to send dummy ICMP response. 47 * Port to use, 0 to send dummy ICMP response.
48 */ 48 */
49 uint16_t dport; 49 uint16_t dport;
50 50
51 /** 51 /**