Ignore:
Timestamp:
Apr 5, 2007 10:28:01 PM (17 years ago)
Author:
bennylp
Message:

Respond to early check with proper credential

File:
1 edited

Legend:

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

    r1151 r1154  
    990990typedef struct pj_stun_uint_attr pj_stun_timer_val_attr; 
    991991 
     992/** 
     993 * This describes ICE-CONTROLLING attribute. 
     994 */ 
     995typedef struct pj_stun_uint64_attr pj_stun_ice_controlling_attr; 
     996 
     997/** 
     998 * This describes ICE-CONTROLLED attribute. 
     999 */ 
     1000typedef struct pj_stun_uint64_attr pj_stun_ice_controlled_attr; 
    9921001 
    9931002/** 
Note: See TracChangeset for help on using the changeset viewer.