]> git.ipfire.org Git - thirdparty/asterisk.git/commit
fix: Correct default flag for tcp_keepalive_enable option
authorJoshua Elson <joshelson@gmail.com>
Fri, 7 Mar 2025 00:52:26 +0000 (17:52 -0700)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 13 Mar 2025 13:13:16 +0000 (13:13 +0000)
commit2f6578925d1d2677c5ffae4e618a26e69a91e7bb
tree7cc8ddcd5487950b457b32089f48bf4eb396e753
parentf0f220b36944dbedc713b1205c9d7d48968a5b36
fix: Correct default flag for tcp_keepalive_enable option

Resolves an issue where the tcp_keepalive_enable option was not properly enabled in the sample configuration due to an incorrect default flag setting.

Fixes: #1149
res/res_pjsip/config_transport.c