GNUnet 0.21.1
GNUNET_EXIT_UdpReplyMessage Struct Reference

Message send from exit daemon back to the UDP entry point (used for both Internet and Service exit replies). More...

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

Collaboration diagram for GNUNET_EXIT_UdpReplyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_VPN_UDP_REPLY. More...
 
uint16_t source_port
 Source port to use for the UDP reply (0 to use the same port as for the original request). More...
 
uint16_t destination_port
 Destination port to use for the UDP reply (0 to use the same port as for the original request). More...
 

Detailed Description

Message send from exit daemon back to the UDP entry point (used for both Internet and Service exit replies).

Definition at line 178 of file exit.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_EXIT_UdpReplyMessage::header

Type is GNUNET_MESSAGE_TYPE_VPN_UDP_REPLY.

Definition at line 183 of file exit.h.

Referenced by handle_udp_back().

◆ source_port

uint16_t GNUNET_EXIT_UdpReplyMessage::source_port

Source port to use for the UDP reply (0 to use the same port as for the original request).

In NBO.

Definition at line 189 of file exit.h.

Referenced by handle_udp_back(), and udp_from_helper().

◆ destination_port

uint16_t GNUNET_EXIT_UdpReplyMessage::destination_port

Destination port to use for the UDP reply (0 to use the same port as for the original request).

In NBO.

Definition at line 195 of file exit.h.

Referenced by handle_udp_back(), and udp_from_helper().


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