Message send via cadet to an exit daemon to send UDP data to a local service. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/exit/exit.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type is GNUNET_MESSAGE_TYPE_VPN_UDP_TO_SERVICE. | |
| uint16_t | source_port |
| Source port to use for the UDP request (0 to use a random port). | |
| uint16_t | destination_port |
| Destination port to use for the UDP request. | |
Message send via cadet to an exit daemon to send UDP data to a local service.
| struct GNUNET_MessageHeader GNUNET_EXIT_UdpServiceMessage::header |
| uint16_t GNUNET_EXIT_UdpServiceMessage::source_port |
Source port to use for the UDP request (0 to use a random port).
In NBO.
Definition at line 130 of file exit.h.
Referenced by route_packet().
| uint16_t GNUNET_EXIT_UdpServiceMessage::destination_port |
Destination port to use for the UDP request.
In NBO.
Definition at line 135 of file exit.h.
Referenced by route_packet().