summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_transport.h
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-05-19 06:55:16 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-05-19 06:55:16 +0000
commitb897438fb3b3f6efcd62b87f2c9902ced7e01be3 (patch)
tree0829db82d9346eec812f6d07c893b3641654a6f2 /pjsip/include/pjsip/sip_transport.h
parent68958ad7d2304c6c78ca899ddb09827bcd993891 (diff)
Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and transport keep alive
Also: - add more detailed transport info for TCP and TLS transport - fixed pjsua sample app which tries to get IPv4 local address from IPv6 transport. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5308 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_transport.h')
-rw-r--r--pjsip/include/pjsip/sip_transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/include/pjsip/sip_transport.h b/pjsip/include/pjsip/sip_transport.h
index 785b1312..767a025f 100644
--- a/pjsip/include/pjsip/sip_transport.h
+++ b/pjsip/include/pjsip/sip_transport.h
@@ -994,6 +994,7 @@ struct pjsip_tpfactory
pjsip_transport_type_e type; /**< Transport type. */
char *type_name; /**< Type string name. */
unsigned flag; /**< Transport flag. */
+ char *info; /**< Transport info/description.*/
pj_sockaddr local_addr; /**< Bound address. */
pjsip_host_port addr_name; /**< Published name. */