Skip to content

gnetworkmonitornm: Fix network available detection

Fabrice Bellet requested to merge bellet/glib:master into master

The network-available property can be asserted by querying the NMState describing the current overval network state, instead of the NMConnectivityState. The advantage of the NMState is that is reflects immediately the network state modification, while the connectivity state is tested at a fixed frequency.

Fixes: #1705 (closed)

Edited by Philip Withnall

Merge request reports