Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 2195)

Ticket Resolution Summary Owner Reporter
#102 fixed Add PJSUA_MAX_PLAYER and PJSUA_MAX_RECORDER bennylp bennylp
Description

Currently the number of player and recorder is hardcoded to 32 in pjsua_internal.h.

Thanks David Clark for pointing out this.

#21 wontfix Add PJ_HAS_NO_SNPRINTF to other os_*.h bennylp bennylp
Description

The Symbian port adds PJ_HAS_NO_SNPRINTF capability to PJLIB. All other ports need to implement this.

#1765 fixed Add Perfect Forward Secrecy (PFS) support in OpenSSL socket (thanks to Alexander Traud for the patch) bennylp ming
Description

Usage (optional): Append DH parameters into the private key file (privkey_file), for example here for ephemeral DH (DHE). Ephemeral ECDH (ECDHE) works automatically. Without specifying a cipher-suite, # openssl ciphers -v DEFAULT is used. Consider reordering or disabling certain suites. Make sure to set the 'method' parameter to the value 'sslv23' because this disables SSL 2.0 and is the only way to enable TLS 1.2 in pjsip, currently. TLS 1.2 is required to enable AES-GCM cipher-suites.

Drawback: For Java clients, go for a 1024bit parameter file, or disable DHE via 'cipher', or put ECDHE high in priority (of 'cipher').

Speed: With a mobile phone from 2006 (Nokia E61), DHE/3DES and a 2048bit parameter, the speed penalty is about 0,5 seconds per connection setup.

Note: See TracQuery for help on using queries.