]> 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)
committerJoshua Elson <joshelson@gmail.com>
Thu, 13 Mar 2025 13:13:10 +0000 (13:13 +0000)
commit53f3ac7925646f6f76dd431104941b018c76b624
tree12857700672b139b89b017533f1b621d3022da35
parente86f937e3aedf594508ca090dba69964c2c6e06f
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