Ignore:
Timestamp:
Sep 30, 2007 4:50:27 PM (17 years ago)
Author:
bennylp
Message:

Ticket #385: Support for reliable provisional response (100rel, PRACK)

File:
1 edited

Legend:

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

    r1417 r1463  
    6666 
    6767/** 
     68 * Specify whether support for reliable provisional response (100rel, PRACK) 
     69 * should be built in the library. 
     70 * 
     71 * Default: 1 
     72 */ 
     73#ifndef PJSIP_HAS_100REL 
     74#    define PJSIP_HAS_100REL            1 
     75#endif 
     76 
     77 
     78/** 
    6879 * Specify maximum transaction count in transaction hash table. 
    6980 * Default value is 16*1024 
Note: See TracChangeset for help on using the changeset viewer.