Ignore:
Timestamp:
Aug 1, 2018 8:34:19 AM (6 years ago)
Author:
ming
Message:

Fixed #2136: Increase default ICE password length as mandated by the RFC

File:
1 edited

Legend:

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

    r5481 r5850  
    431431/** 
    432432 * This constant specifies the length of random string generated for ICE 
    433  * ufrag and password. 
     433 * ufrag. 
    434434 * 
    435435 * Default: 8 (characters) 
     
    437437#ifndef PJ_ICE_UFRAG_LEN 
    438438#   define PJ_ICE_UFRAG_LEN                         8 
     439#endif 
     440 
     441 
     442/** 
     443 * This constant specifies the length of random string generated for ICE 
     444 * password. 
     445 * 
     446 * Default: 24 (characters) 
     447 */ 
     448#ifndef PJ_ICE_PWD_LEN 
     449#   define PJ_ICE_PWD_LEN                           24 
    439450#endif 
    440451 
Note: See TracChangeset for help on using the changeset viewer.