aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/exit.h')
-rw-r--r--src/exit/exit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exit/exit.h b/src/exit/exit.h
index ff5e3f54c..b4cea4c23 100644
--- a/src/exit/exit.h
+++ b/src/exit/exit.h
@@ -91,7 +91,7 @@ struct GNUNET_EXIT_TcpInternetStartMessage
91 91
92 92
93/** 93/**
94 * Message send via mesh between VPN and entry and an exit daemon to 94 * Message send via mesh between VPN and entry and an exit daemon to
95 * transmit TCP data between the VPN entry and an exit session. This 95 * transmit TCP data between the VPN entry and an exit session. This
96 * format is used for both Internet-exits and service-exits and 96 * format is used for both Internet-exits and service-exits and
97 * in both directions (VPN to exit and exit to VPN). 97 * in both directions (VPN to exit and exit to VPN).
@@ -136,7 +136,7 @@ struct GNUNET_EXIT_UdpServiceMessage
136 136
137 /** 137 /**
138 * Destination port to use for the UDP request. In NBO. 138 * Destination port to use for the UDP request. In NBO.
139 */ 139 */
140 uint16_t destination_port GNUNET_PACKED; 140 uint16_t destination_port GNUNET_PACKED;
141 141
142 /** 142 /**
@@ -171,7 +171,7 @@ struct GNUNET_EXIT_UdpInternetMessage
171 171
172 /** 172 /**
173 * Destination port to use for the UDP request. In NBO. 173 * Destination port to use for the UDP request. In NBO.
174 */ 174 */
175 uint16_t destination_port GNUNET_PACKED; 175 uint16_t destination_port GNUNET_PACKED;
176 176
177 /* followed by IP address of the destination; either 177 /* followed by IP address of the destination; either
@@ -201,7 +201,7 @@ struct GNUNET_EXIT_UdpReplyMessage
201 /** 201 /**
202 * Destination port to use for the UDP reply (0 to use the same 202 * Destination port to use for the UDP reply (0 to use the same
203 * port as for the original request). In NBO. 203 * port as for the original request). In NBO.
204 */ 204 */
205 uint16_t destination_port GNUNET_PACKED; 205 uint16_t destination_port GNUNET_PACKED;
206 206
207 /* followed by UDP payload */ 207 /* followed by UDP payload */