GNUnet 0.28.1-dev.2-13-g57ceb9dfb
 
Loading...
Searching...
No Matches
TCPNATProbeMessage Struct Reference

Basically a WELCOME message, but with the purpose of giving the waiting peer a client handle to use. More...

Collaboration diagram for TCPNATProbeMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE.
 
struct GNUNET_PeerIdentity clientIdentity
 Identity of the sender of the message.
 

Detailed Description

Basically a WELCOME message, but with the purpose of giving the waiting peer a client handle to use.

Definition at line 400 of file gnunet-communicator-tcp.c.

Field Documentation

◆ header

struct GNUNET_MessageHeader TCPNATProbeMessage::header

◆ clientIdentity

struct GNUNET_PeerIdentity TCPNATProbeMessage::clientIdentity

Identity of the sender of the message.

Definition at line 410 of file gnunet-communicator-tcp.c.

Referenced by proto_read_kx(), proto_read_kx(), and try_connection_reversal().


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