Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tcp_ping for non-existent local network hosts
Fixes #2042 We can't just assume select() exiting before the timeout to be a success, since connect() can actually tell us there's no route to host or other errors.
- Loading branch information