Changeset 2754 for pjproject/trunk/pjsip/include/pjsip/sip_config.h
- Timestamp:
- Jun 5, 2009 4:10:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r2730 r2754 809 809 810 810 /** 811 * Specify the time (in seconds) to send PUBLISH to refresh client 812 * publication before the actual interval expires. 813 * 814 * Default: 5 seconds 815 */ 816 #ifndef PJSIP_PUBLISHC_DELAY_BEFORE_REFRESH 817 # define PJSIP_PUBLISHC_DELAY_BEFORE_REFRESH 5 818 #endif 819 820 821 /** 811 822 * Specify the time (in seconds) to wait for the final NOTIFY from the 812 823 * server after client has sent un-SUBSCRIBE request.
Note: See TracChangeset
for help on using the changeset viewer.