#include <tport.h>
This structure represents the address of the transport in textual format. For primary transports, the transport name contains the local address, for secondary transports, the peer address.
The tpn_ident specifies the transport identifier used to make difference between connectivity domains.
Data Fields | |
char const * | tpn_proto |
Protocol name ("udp", "tcp", etc. | |
char const * | tpn_canon |
Node DNS name (if known). | |
char const * | tpn_host |
Node address in textual format. | |
char const * | tpn_port |
Port number in textual format. | |
char const * | tpn_comp |
Compression algorithm (NULL if none). | |
char const * | tpn_ident |
Transport identifier (NULL if none). |
char const* tpn_proto |
Protocol name ("udp", "tcp", etc.
)
char const* tpn_canon |
Node DNS name (if known).
char const* tpn_port |
Port number in textual format.