Basically a WELCOME message, but with the purpose of giving the waiting peer a client handle to use. More...
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... | |
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.
struct GNUNET_MessageHeader TCPNATProbeMessage::header |
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE.
Definition at line 383 of file gnunet-communicator-tcp.c.
struct GNUNET_PeerIdentity TCPNATProbeMessage::clientIdentity |
Identity of the sender of the message.
Definition at line 388 of file gnunet-communicator-tcp.c.