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/include/pjnath/turn_session.h

    r5987 r6004  
    152152     * TLS transport. The TLS transport will only be used as the connection 
    153153     * type to reach the server and never as the allocation transport type. 
    154      */ 
    155     PJ_TURN_TP_TLS = 255 
     154     * The value corresponds to IANA protocol number. 
     155     */ 
     156    PJ_TURN_TP_TLS = 56 
    156157 
    157158} pj_turn_tp_type; 
Note: See TracChangeset for help on using the changeset viewer.