Changeset 5850 for pjproject/trunk/pjnath/include/pjnath/config.h
- Timestamp:
- Aug 1, 2018 8:34:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/config.h
r5481 r5850 431 431 /** 432 432 * This constant specifies the length of random string generated for ICE 433 * ufrag and password.433 * ufrag. 434 434 * 435 435 * Default: 8 (characters) … … 437 437 #ifndef PJ_ICE_UFRAG_LEN 438 438 # 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 439 450 #endif 440 451
Note: See TracChangeset
for help on using the changeset viewer.