ok . thanks for your replay. ------------------ Original ------------------ From: "Benny Prijono"<bennylp@xxxxxxxxx>; Date: 2009?10?23?(???) ??9:08 To: "pjsip list"<pjsip at lists.pjsip.org>; Subject: Re: Why TURN Connection Type Not Include TLS. Because we don't have generic SSL socket abstraction in PJLIB. But we'll have that in 1.5, so TURN TLS client can be implemented (still don't have this on the roadmap yet though). -benny On Thu, Oct 22, 2009 at 4:05 PM, 44072429 <44072429 at qq.com> wrote: > ??? switch (conn_type) { > ??? case PJ_TURN_TP_UDP: > ?name_tmpl = "udprel%p"; > ?break; > ??? case PJ_TURN_TP_TCP: > ?name_tmpl = "tcprel%p"; > ?break; > ??? default: > ?PJ_ASSERT_RETURN(!"Invalid TURN conn_type", PJ_EINVAL); > ?name_tmpl = "tcprel%p"; > ?break; > ??? } > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091026/8623727e/attachment.html>