GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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_release/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.
 
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.
 

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: