Changeset 520


Ignore:
Timestamp:
Jun 19, 2006 12:06:02 PM (18 years ago)
Author:
bennylp
Message:

Increase default max SIP packet size to 2000 (from 1500), since SIP PDU containing presence info can be quite large

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r515 r520  
    113113 
    114114/** 
    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). 
    116117 */ 
    117118#ifndef PJSIP_MAX_PKT_LEN 
    118 #   define PJSIP_MAX_PKT_LEN            1500 
     119#   define PJSIP_MAX_PKT_LEN            2000 
    119120#endif 
    120121 
Note: See TracChangeset for help on using the changeset viewer.