]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_audiosocket.c: Set the TCP_NODELAY socket option
authorSven Kube <mail@sven-kube.de>
Tue, 13 May 2025 13:37:38 +0000 (15:37 +0200)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 17:40:15 +0000 (11:40 -0600)
commit6da27b0e51bbda37ed0d1ebb3598ee2357e1ba8c
treee39995404c6bc6c85f4d0d776fae9bcffd31b99a
parent31be3d99a919fdf985c7a4904a1c32f8a8efd15f
res_audiosocket.c: Set the TCP_NODELAY socket option

Disable Nagle's algorithm by setting the TCP_NODELAY socket option.
This reduces latency by preventing delays caused by packet buffering.
res/res_audiosocket.c