Request to test NAT traversal, sent to the gnunet-nat-server (not the service!). More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/nat/nat.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_NAT_TEST. More... | |
uint32_t | dst_ipv4 |
IPv4 target IP address. More... | |
uint16_t | dport |
Port to use, 0 to send dummy ICMP response. More... | |
uint16_t | data |
Data to send OR advertised-port (in NBO) to use for dummy ICMP. More... | |
int32_t | is_tcp |
GNUNET_YES for TCP, GNUNET_NO for UDP. More... | |
Request to test NAT traversal, sent to the gnunet-nat-server (not the service!).
struct GNUNET_MessageHeader GNUNET_NAT_TestMessage::header |
Header with type GNUNET_MESSAGE_TYPE_NAT_TEST.
uint32_t GNUNET_NAT_TestMessage::dst_ipv4 |
uint16_t GNUNET_NAT_TestMessage::dport |
uint16_t GNUNET_NAT_TestMessage::data |
Data to send OR advertised-port (in NBO) to use for dummy ICMP.
Definition at line 58 of file nat.h.
Referenced by typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
int32_t GNUNET_NAT_TestMessage::is_tcp |
GNUNET_YES for TCP, GNUNET_NO for UDP.