]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_audiosocket.c: Add retry mechanism for reading data from AudioSocket
authorSven Kube <mail@sven-kube.de>
Tue, 13 May 2025 14:01:32 +0000 (16:01 +0200)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 20 May 2025 13:23:01 +0000 (13:23 +0000)
commit3924a828ff3a4ae16fbcb90186b7c56b26ec43ae
tree4d13f2c9333da72f66d708331a8382c3d846f596
parentc4db87ae53a8f2fae6336838d99a06f58515c43c
res_audiosocket.c: Add retry mechanism for reading data from AudioSocket

The added retry mechanism addresses an issue that arises when fragmented TCP
packets are received, each containing only a portion of an AudioSocket packet.
This situation can occur if the external service sending the AudioSocket data
has Nagle's algorithm enabled.
res/res_audiosocket.c