- Timestamp:
- Jun 5, 2009 4:10:36 PM (15 years ago)
- Location:
- pjproject/trunk/pjsip
- Files:
-
- 2 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. -
pjproject/trunk/pjsip/src/pjsip-simple/publishc.c
r2661 r2754 38 38 39 39 #define REFRESH_TIMER 1 40 #define DELAY_BEFORE_REFRESH 540 #define DELAY_BEFORE_REFRESH PJSIP_PUBLISHC_DELAY_BEFORE_REFRESH 41 41 #define THIS_FILE "publishc.c" 42 42
Note: See TracChangeset
for help on using the changeset viewer.