Changeset 520
- Timestamp:
- Jun 19, 2006 12:06:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r515 r520 113 113 114 114 /** 115 * Maximum packet length. 115 * Maximum packet length. We set it more than MTU since a SIP PDU 116 * containing presence information can be quite large (>1500). 116 117 */ 117 118 #ifndef PJSIP_MAX_PKT_LEN 118 # define PJSIP_MAX_PKT_LEN 1500119 # define PJSIP_MAX_PKT_LEN 2000 119 120 #endif 120 121
Note: See TracChangeset
for help on using the changeset viewer.