Message send via cadet to an exit daemon to initiate forwarding of TCP data to a local service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/exit/exit.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_VPN_TCP_TO_SERVICE_START. More... | |
uint32_t | reserved |
Always 0. More... | |
struct GNUNET_TUN_TcpHeader | tcp_header |
Skeleton of the TCP header to send. More... | |
Message send via cadet to an exit daemon to initiate forwarding of TCP data to a local service.
struct GNUNET_MessageHeader GNUNET_EXIT_TcpServiceStartMessage::header |
uint32_t GNUNET_EXIT_TcpServiceStartMessage::reserved |
struct GNUNET_TUN_TcpHeader GNUNET_EXIT_TcpServiceStartMessage::tcp_header |
Skeleton of the TCP header to send.
Port numbers are to be replaced and the checksum may be updated as necessary.
Definition at line 53 of file exit.h.
Referenced by route_packet().