- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjsip/include/pjsip/sip_config.h
r5176 r5513 1123 1123 #endif 1124 1124 1125 /** 1126 * Maximum size of pool allowed for auth client session in pjsip_regc. 1127 * After the size exceeds because of Digest authentication processing, 1128 * the pool is reset. 1129 * 1130 * Default is 20 kB 1131 */ 1132 #ifndef PJSIP_AUTH_CACHED_POOL_MAX_SIZE 1133 # define PJSIP_AUTH_CACHED_POOL_MAX_SIZE (20 * 1024) 1134 #endif 1125 1135 1126 1136 /*****************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.