blob: 5839504d0f494794ab059a878c4670adc6e2c212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
NAME
checkdns - Validate current network configuration
SYNOPSIS
checkdns host delay ?connect?
__________________________________________________________________________
DESCRIPTION
Performs a quick check of the current network configuration using
'gethostbyname(const char *name)'.
host - string containing hostname, can be NULL.
delay - integer, timeout in seconds
connect - integer, optional, if positive, connect to host to validate
|