]> 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)
commitcd4e01dda1d360ad18aa056d46756b126df9e104
tree4f69032f9a9e21bc23c49ad62c2f1ea59700bcba
parent1981fa562c62920d7330edfd2238c460b226d2db
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