]> 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:25:13 +0000 (12:25 -0600)
commit3c6b22820aca94891b384b7b6b2696d59426774c
tree346fbc750a2b97a80717c2e273926c7c4fbde871
parentb0c5ddb8b55c4f522ece8eecc047a23edcea08f1
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 f8b70a97aa3589d9807e7bb7e545a22457a93e10)
res/res_audiosocket.c