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-auto/nat-auto.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!).
Definition at line 38 of file nat-auto.h.
struct GNUNET_MessageHeader GNUNET_NAT_AUTO_TestMessage::header |
Header with type GNUNET_MESSAGE_TYPE_NAT_TEST.
Definition at line 43 of file nat-auto.h.
uint32_t GNUNET_NAT_AUTO_TestMessage::dst_ipv4 |
uint16_t GNUNET_NAT_AUTO_TestMessage::dport |
Port to use, 0 to send dummy ICMP response.
Definition at line 53 of file nat-auto.h.
Referenced by handle_test().
uint16_t GNUNET_NAT_AUTO_TestMessage::data |
Data to send OR advertised-port (in NBO) to use for dummy ICMP.
Definition at line 58 of file nat-auto.h.
Referenced by handle_test(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
int32_t GNUNET_NAT_AUTO_TestMessage::is_tcp |
GNUNET_YES for TCP, GNUNET_NO for UDP.
Definition at line 63 of file nat-auto.h.
Referenced by handle_test().