]> 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>
Thu, 26 Jun 2025 18:10:20 +0000 (12:10 -0600)
commit0a9a90f595767ecaf71b051a4c647fc57bdec0e2
tree39ad93322911051f4df7a2f609a0bc532b1faff8
parent0e9824f0df9a77badccd82b06aa86d25c1c5025e
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.

(cherry picked from commit 1981fa562c62920d7330edfd2238c460b226d2db)
res/res_audiosocket.c