Files
asterisk/third-party/pjproject/patches
Joshua Elson fb084a53c4 Implement Configurable TCP Keepalive Settings in PJSIP Transports
This commit introduces configurable TCP keepalive settings for both TCP and TLS transports. The changes allow for finer control over TCP connection keepalives, enhancing stability and reliability in environments prone to connection timeouts or where intermediate devices may prematurely close idle connections. This has proven necessary and has already been tested in production in several specialized environments where access to the underlying transport is unreliable in ways invisible to the operating system directly, so these keepalive and timeout mechanisms are necessary.

Fixes #657

(cherry picked from commit 555eb9d3d2)
2024-05-09 13:48:09 +00:00
..

The 0000-* patches in this directory should not be removed or
reordered when upgrading to a new version of pjproject.  They
MAY need to be updated to apply cleanly however.

New patches should be numbered in ascending order with no
duplicates.  Leave 10 slots open after the last patch to
allow others to be inserted.