aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/vpn.h')
-rw-r--r--src/vpn/vpn.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/vpn/vpn.h b/src/vpn/vpn.h
index b74b5b766..a487d8113 100644
--- a/src/vpn/vpn.h
+++ b/src/vpn/vpn.h
@@ -46,7 +46,7 @@ struct RedirectToIpRequestMessage
46 * Always zero. 46 * Always zero.
47 */ 47 */
48 uint32_t reserved GNUNET_PACKED; 48 uint32_t reserved GNUNET_PACKED;
49 49
50 /** 50 /**
51 * How long should the redirection be maintained at most? 51 * How long should the redirection be maintained at most?
52 */ 52 */
@@ -69,7 +69,7 @@ struct RedirectToIpRequestMessage
69 uint64_t request_id GNUNET_PACKED; 69 uint64_t request_id GNUNET_PACKED;
70 70
71 /* followed by destination address ('struct in_addr' or 'struct in6_addr') */ 71 /* followed by destination address ('struct in_addr' or 'struct in6_addr') */
72 72
73}; 73};
74 74
75 75
@@ -89,7 +89,7 @@ struct RedirectToServiceRequestMessage
89 * Always zero. 89 * Always zero.
90 */ 90 */
91 uint32_t reserved GNUNET_PACKED; 91 uint32_t reserved GNUNET_PACKED;
92 92
93 /** 93 /**
94 * How long should the redirection be maintained at most? 94 * How long should the redirection be maintained at most?
95 */ 95 */
@@ -99,7 +99,7 @@ struct RedirectToServiceRequestMessage
99 * Desired protocol (IPPROTO_UDP or IPPROTO_TCP) 99 * Desired protocol (IPPROTO_UDP or IPPROTO_TCP)
100 */ 100 */
101 int32_t protocol GNUNET_PACKED; 101 int32_t protocol GNUNET_PACKED;
102 102
103 /** 103 /**
104 * Address family desired for the result (AF_INET or AF_INET6 or AF_UNSPEC, in nbo) 104 * Address family desired for the result (AF_INET or AF_INET6 or AF_UNSPEC, in nbo)
105 */ 105 */
@@ -130,7 +130,7 @@ struct RedirectToServiceRequestMessage
130 */ 130 */
131struct RedirectToIpResponseMessage 131struct RedirectToIpResponseMessage
132{ 132{
133 133
134 /** 134 /**
135 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP 135 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP
136 */ 136 */
@@ -148,7 +148,7 @@ struct RedirectToIpResponseMessage
148 uint64_t request_id GNUNET_PACKED; 148 uint64_t request_id GNUNET_PACKED;
149 149
150 /* followed by destination address ('struct in_addr' or 'struct in6_addr') */ 150 /* followed by destination address ('struct in_addr' or 'struct in6_addr') */
151 151
152}; 152};
153 153
154GNUNET_NETWORK_STRUCT_END 154GNUNET_NETWORK_STRUCT_END