Merge "Bundled PJPROJECT: Disable internal connection oriented keep-alive." into 15

15.6
Jenkins2 8 years ago committed by Gerrit Code Review
commit 2f8b0d3d8b

@ -76,3 +76,11 @@
#define PJMEDIA_MAX_SDP_BANDW 4
#define PJMEDIA_MAX_SDP_ATTR (PJMEDIA_MAX_SDP_FMT*2 + 4)
#define PJMEDIA_MAX_SDP_MEDIA 16
/*
* Turn off the periodic sending of CRLNCRLN. Default is on (90 seconds),
* which conflicts with the global section's keep_alive_interval option in
* pjsip.conf.
*/
#define PJSIP_TCP_KEEP_ALIVE_INTERVAL 0
#define PJSIP_TLS_KEEP_ALIVE_INTERVAL 0

Loading…
Cancel
Save