On Tue, 2022-12-13 at 16:21 -0800, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > This makes transport.send command non-blocking by using timerfd > callback to initiate the transfers. This might be more elegantly done using a GMainLoop from glib, or if there's still this bizarre aversion to glib, implemented like glib's timeout functions. https://docs.gtk.org/glib/func.timeout_add.html Cheers