Ignore:
Timestamp:
Mar 20, 2008 6:26:26 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT attribute encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/turn_session.h

    r1867 r1880  
    5959typedef enum pj_turn_tp_type 
    6060{ 
    61     PJ_TURN_TP_UDP = 16,    /**< UDP.   */ 
     61    PJ_TURN_TP_UDP = 17,    /**< UDP.   */ 
    6262    PJ_TURN_TP_TCP = 6,     /**< TCP.   */ 
    6363    PJ_TURN_TP_TLS = 256    /**< TLS.   */ 
Note: See TracChangeset for help on using the changeset viewer.