Module: Gio::NetworkConnectivity

Defined in:
(unknown)

Constant Summary collapse

LOCAL =

The host is not configured with a
route to the Internet; it may or may not be connected to a local
network.

1 or :local
LIMITED =

The host is connected to a network, but
does not appear to be able to reach the full Internet, perhaps
due to upstream network problems.

2 or :limited
PORTAL =

The host is behind a captive portal and
cannot reach the full Internet.

3 or :portal
FULL =

The host is connected to a network, and
appears to be able to reach the full Internet.

4 or :full