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. | |
| struct GNUNET_PeerIdentity | clientIdentity |
| Identity of the sender of the message. | |
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.
| struct GNUNET_MessageHeader TCPNATProbeMessage::header |
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE.
Definition at line 405 of file gnunet-communicator-tcp.c.
Referenced by try_connection_reversal().
| 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().