Ignore:
Timestamp:
Feb 21, 2007 12:40:05 AM (17 years ago)
Author:
bennylp
Message:

Merged the ICE branch into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/config.h

    r974 r992  
    192192 
    193193/** 
    194  * Maximum number of attributes in the STUN packet. 
     194 * Maximum number of attributes in the STUN packet (for the old STUN 
     195 * library). 
     196 * 
     197 * Default: 16 
     198 */ 
     199#ifndef PJSTUN_MAX_ATTR 
     200#   define PJSTUN_MAX_ATTR                          16 
     201#endif 
     202 
     203 
     204/** 
     205 * Maximum number of attributes in the STUN packet (for the new STUN 
     206 * library). 
    195207 * 
    196208 * Default: 16 
     
    200212#endif 
    201213 
    202  
    203214/** 
    204215 * @} 
Note: See TracChangeset for help on using the changeset viewer.