client/player: Make transport.send non-blocking
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 12 Dec 2022 23:34:50 +0000 (15:34 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
commit1b94f89965bb75ab4345c9b3a612dd627b5324ac
tree15b4fd3519df0941e80a81a55f6743cb0d25b7b0
parentc82fec289ce195a055f76d345d50f3dd541b0a81
client/player: Make transport.send non-blocking

This makes transport.send command non-blocking by using timerfd
callback to initiate the transfers.
client/player.c