GNUnet 0.21.1
GNUNET_EXIT_UdpServiceMessage Struct Reference

Message send via cadet to an exit daemon to send UDP data to a local service. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/exit/exit.h>

Collaboration diagram for GNUNET_EXIT_UdpServiceMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_VPN_UDP_TO_SERVICE. More...
 
uint16_t source_port
 Source port to use for the UDP request (0 to use a random port). More...
 
uint16_t destination_port
 Destination port to use for the UDP request. More...
 

Detailed Description

Message send via cadet to an exit daemon to send UDP data to a local service.

Definition at line 120 of file exit.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_EXIT_UdpServiceMessage::header

Type is GNUNET_MESSAGE_TYPE_VPN_UDP_TO_SERVICE.

Definition at line 125 of file exit.h.

◆ source_port

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().

◆ destination_port

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().


The documentation for this struct was generated from the following file: