Ignore:
Timestamp:
Oct 5, 2007 3:53:56 PM (17 years ago)
Author:
bennylp
Message:

Ticket #392: Added configuration to enable old, rfc3489bis-06 and older, style of MESSAGE-INTEGRITY and FINGERPRINT calculation

File:
1 edited

Legend:

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

    r1450 r1479  
    112112 */ 
    113113#ifndef PJ_STUN_MAX_PKT_LEN 
    114 #   define PJ_STUN_MAX_PKT_LEN                      512 
     114#   define PJ_STUN_MAX_PKT_LEN                      800 
    115115#endif 
    116116 
     
    129129#ifndef PJ_STUN_STRING_ATTR_PAD_CHR 
    130130#   define PJ_STUN_STRING_ATTR_PAD_CHR              0 
     131#endif 
     132 
     133 
     134/** 
     135 * Enable pre-RFC3489bis-07 style of STUN MESSAGE-INTEGRITY and FINGERPRINT 
     136 * calculation. By default this should be disabled since the calculation is 
     137 * not backward compatible with current STUN specification. 
     138 */ 
     139#ifndef PJ_STUN_OLD_STYLE_MI_FINGERPRINT 
     140#   define PJ_STUN_OLD_STYLE_MI_FINGERPRINT         0 
    131141#endif 
    132142 
Note: See TracChangeset for help on using the changeset viewer.