Skip to content

Commit

Permalink
Updates in using PJSUA-LIB for server app
Browse files Browse the repository at this point in the history
- fix typo
- add link to trac FAQ
  • Loading branch information
nanangizz committed Mar 9, 2023
1 parent 2a96c49 commit 76fcc94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/specific-guides/perf_footprint/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ There are few settings to tweak:
available, to avoid this problem. If you encounter this problem, please
check if ``libuuid`` is available for ``./configure`` on your system.

If you are using PJUS-LIB, then the maximum number of calls supported is
If you are using PJSUA-LIB, then the maximum number of calls supported is
configurable from :cpp:any:`pjsua_config::max_calls` (default is 4). When
increasing the limit, compile time options :c:macro:`PJSUA_MAX_CALLS` and
:c:macro:`PJ_IOQUEUE_MAX_HANDLES` also needs to be changed accordingly (set the
later to approximately 3 times :c:macro:`PJSUA_MAX_CALLS`).
More info can be found `here <https://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf>`__.

0 comments on commit 76fcc94

Please sign in to comment.