Structs§
Enums§
- Rough connectivity status for display in the status bar in the UI.
Functions§
- Set all folder states to InterruptingIdle in case they were
Idle
before. Called duringdc_maybe_network()
to make sure thatall_work_done()
returns false immediately afterdc_maybe_network()
. - Set the connectivity to “Not connected” after a call to dc_maybe_network_lost(). If we did not do this, the connectivity would stay “Connected” for quite a long time after
maybe_network_lost()
was called.