Codeusa / SteamCleaner

:us: A PC utility for restoring disk space from various game clients like Origin, Steam, Uplay, Battle.net, GoG and Nexon :us:
https://andrew.im/
GNU General Public License v3.0
1.97k stars 96 forks source link

tools.cs possible way to check internet #22

Closed chris065 closed 8 years ago

chris065 commented 8 years ago

This may be a possible way to check the internet connection, correct if the code is wrong though.

andrewmd5 commented 8 years ago

Its unreliable to try and connect purely to a domain, this is because for any number of reasons domains can failed to be reached. This is why we directly ping DNS servers 8.8.8.8 from Google; that being said i'll leave it open for discussion.

chris065 commented 8 years ago

ok thanks