/** Round trip time; 0 -> infinity. Unit: ms? */
size_t *_rtt;
- /** Wether or not to be recursive */
+ /** Whether or not to be recursive */
bool _recursive;
/** Print debug information */
bool _usevc;
/** Whether to ignore the tc bit */
bool _igntc;
- /** Whether to use ip6, 0->does not matter, 1 is IPv4, 2 is IPv6 */
+ /** Whether to use ip6: 0->does not matter, 1 is IPv4, 2 is IPv6 */
uint8_t _ip6;
/** If true append the default domain */
bool _defnames;