- Timestamp:
- Dec 18, 2008 1:15:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/config_site_sample.h
r2211 r2381 73 73 74 74 # define PJSIP_MAX_PKT_LEN 2000 75 76 /* This is important for Symbian. Symbian lacks vsnprintf(), so 77 * if the log buffer is not long enough it's possible that 78 * large incoming packet will corrupt memory when the log tries 79 * to log the packet. 80 */ 81 # define PJ_LOG_MAX_SIZE (PJSIP_MAX_PKT_LEN+500) 75 82 76 83 /* Since we don't have threads, log buffer can use static buffer */
Note: See TracChangeset
for help on using the changeset viewer.