Ignore:
Timestamp:
May 24, 2019 3:32:17 AM (5 years ago)
Author:
riza
Message:

Close #1017: TURN TLS transport implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/test.h

    r5388 r6004  
    3636#endif 
    3737 
     38#if defined(PJ_HAS_SSL_SOCK) && PJ_HAS_SSL_SOCK 
     39#   define USE_TLS      1 
     40#else 
     41#   define USE_TLS      0 
     42#endif 
     43 
    3844int stun_test(void); 
    3945int sess_auth_test(void); 
     
    7177                      const struct pjlib_state *initial_st); 
    7278 
     79pj_turn_tp_type get_turn_tp_type(pj_uint32_t flag); 
    7380 
    7481#define ERR_MEMORY_LEAK     1 
Note: See TracChangeset for help on using the changeset viewer.