GNUnet 0.21.1
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. More...
 
struct GNUNET_PeerIdentity clientIdentity
 Identity of the sender of the message. More...
 

Detailed Description

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

Definition at line 378 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 388 of file gnunet-communicator-tcp.c.


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