]> 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)
committerSven Kube <mail@sven-kube.de>
Tue, 20 May 2025 13:22:56 +0000 (13:22 +0000)
commit0f414f6a9444010daf7986bfd9739a63e6e2be96
treecf192a8a8d5e2766d20b9f3de43032d9706109ab
parentc0e8f4f63b2ec2f3bb94e4dec8c9c43da332360d
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