]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 20:02:59 +0000 (14:02 -0600)
commit3924cdc975f3066ef7f975ee251fe78221e2dbf1
tree9abc46715b70f067e45f94a957cfc8f75554bfb3
parent2d404f461c83f85080294280ec81c4a7244a444b
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