Commit 1fc5ef58 authored by Trent Begin's avatar Trent Begin Committed by Chromium LUCI CQ

network-diagnostics: fix README.md

This change fixes the CaptivePortal routine problems and a misspelling.

Bug: none
Change-Id: I4e5226bb27ee179830b3544edd45eb87bb3a8dfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602114Reviewed-by: default avatarKartik Hegde <khegde@chromium.org>
Commit-Queue: Trent Begin <tbegin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839591}
parent 69da717b
...@@ -127,8 +127,15 @@ Tests whether the internet connection is behind a captive portal. ...@@ -127,8 +127,15 @@ Tests whether the internet connection is behind a captive portal.
Problems: Problems:
* `kNoActiveNetworks`: No active networks found. * `kNoActiveNetworks`: No active networks found.
* `kRestrictedConnectivity`: The active network is behind a captive portal and * `kRestrictedConnectivity`: The active network is behind a captive portal and
has restricted connectivity. has restricted connectivity.
* `kCaptivePortalState`: The active network is behind a captive portal. * `kUnknownPortalState`: The active network is not connected or the portal
state is not available.
* `kPortalSuspected`: A portal is suspected but no redirect was provided.
* `kPortal`: The network is in a portal state with a redirect URL.
* `kProxyAuthRequired`: A proxy requiring authentication is detected.
* `kNoInternet`: The active network is connected but no internet is available
and no proxy was detected.
### Firewall Routines ### Firewall Routines
...@@ -169,7 +176,7 @@ Problems: ...@@ -169,7 +176,7 @@ Problems:
#### VideoConferencing #### VideoConferencing
Tests the device's video conferencing capabalities by testing whether the device Tests the device's video conferencing capabilities by testing whether the device
can: can:
1. Contact either a default or specified STUN server via UDP. 1. Contact either a default or specified STUN server via UDP.
2. Contact either a default or specified STUN server via TCP. 2. Contact either a default or specified STUN server via TCP.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment