You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there is backup source, pause main source, switch to backup source, use it until main source becomes ready, then pause backup source, resume main source, and switch to it
if there is no backup source, pause source and sink, then sleep until source becomes ready, then resume source and sink
if sink becomes idle:
pause source and sink, then sleep until sink becomes ready, then resume source and sink
After doing this, pump we will obtain the following behavior:
on sender, while input device is idle, we don't send packets
on receiver, while there are no sessions, we don't use device and CPU
Requires these tasks to be completed first:
In sndio::Pump, we need to do the following:
After doing this, pump we will obtain the following behavior:
The text was updated successfully, but these errors were encountered: