aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/exit/exit.h
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
Diffstat (limited to 'src/exit/exit.h')
-rw-r--r--src/exit/exit.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/exit/exit.h b/src/exit/exit.h
index b4cea4c23..b243204a3 100644
--- a/src/exit/exit.h
+++ b/src/exit/exit.h
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * @file exit/exit.h 22 * @file exit/exit.h
23 * @brief format for mesh messages exchanged between VPN service and exit daemon 23 * @brief format for cadet messages exchanged between VPN service and exit daemon
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef EXIT_H 26#ifndef EXIT_H
@@ -31,7 +31,7 @@
31GNUNET_NETWORK_STRUCT_BEGIN 31GNUNET_NETWORK_STRUCT_BEGIN
32 32
33/** 33/**
34 * Message send via mesh to an exit daemon to initiate forwarding of 34 * Message send via cadet to an exit daemon to initiate forwarding of
35 * TCP data to a local service. 35 * TCP data to a local service.
36 */ 36 */
37struct GNUNET_EXIT_TcpServiceStartMessage 37struct GNUNET_EXIT_TcpServiceStartMessage
@@ -62,7 +62,7 @@ struct GNUNET_EXIT_TcpServiceStartMessage
62 62
63 63
64/** 64/**
65 * Message send via mesh to an exit daemon to initiate forwarding of 65 * Message send via cadet to an exit daemon to initiate forwarding of
66 * TCP data to the Internet. 66 * TCP data to the Internet.
67 */ 67 */
68struct GNUNET_EXIT_TcpInternetStartMessage 68struct GNUNET_EXIT_TcpInternetStartMessage
@@ -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 cadet 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).
@@ -119,7 +119,7 @@ struct GNUNET_EXIT_TcpDataMessage
119 119
120 120
121/** 121/**
122 * Message send via mesh to an exit daemon to send 122 * Message send via cadet to an exit daemon to send
123 * UDP data to a local service. 123 * UDP data to a local service.
124 */ 124 */
125struct GNUNET_EXIT_UdpServiceMessage 125struct GNUNET_EXIT_UdpServiceMessage
@@ -149,7 +149,7 @@ struct GNUNET_EXIT_UdpServiceMessage
149 149
150 150
151/** 151/**
152 * Message send via mesh to an exit daemon to forward 152 * Message send via cadet to an exit daemon to forward
153 * UDP data to the Internet. 153 * UDP data to the Internet.
154 */ 154 */
155struct GNUNET_EXIT_UdpInternetMessage 155struct GNUNET_EXIT_UdpInternetMessage
@@ -209,7 +209,7 @@ struct GNUNET_EXIT_UdpReplyMessage
209 209
210 210
211/** 211/**
212 * Message send via mesh to an exit daemon to send 212 * Message send via cadet to an exit daemon to send
213 * ICMP data to a local service. 213 * ICMP data to a local service.
214 */ 214 */
215struct GNUNET_EXIT_IcmpServiceMessage 215struct GNUNET_EXIT_IcmpServiceMessage
@@ -245,7 +245,7 @@ struct GNUNET_EXIT_IcmpServiceMessage
245 245
246 246
247/** 247/**
248 * Message send via mesh to an exit daemon to forward 248 * Message send via cadet to an exit daemon to forward
249 * ICMP data to the Internet. 249 * ICMP data to the Internet.
250 */ 250 */
251struct GNUNET_EXIT_IcmpInternetMessage 251struct GNUNET_EXIT_IcmpInternetMessage
@@ -280,7 +280,7 @@ struct GNUNET_EXIT_IcmpInternetMessage
280 280
281 281
282/** 282/**
283 * Message send via mesh to the vpn service to send 283 * Message send via cadet to the vpn service to send
284 * ICMP data to the VPN's TUN interface. 284 * ICMP data to the VPN's TUN interface.
285 */ 285 */
286struct GNUNET_EXIT_IcmpToVPNMessage 286struct GNUNET_EXIT_IcmpToVPNMessage