blob: 7eb672240431e5175f121bc02a80f93c21d75c9d (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Uncomment to get minimum footprint (suitable for 1-2 concurrent calls only)
//#define PJ_CONFIG_MINIMAL_SIZE
// Uncomment to get maximum performance
//#define PJ_CONFIG_MAXIMUM_SPEED
#define PJSIP_HAS_TLS_TRANSPORT 1
#define PJ_HAS_SSL_SOCK 1
#include <pj/config_site_sample.h>
|