diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-02-09 16:16:58 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-02-09 16:16:58 +0000 |
commit | 70185ab3108d9b5d834bfbdc0ab98a90b646bed9 (patch) | |
tree | 64934d6047f38913c186d759416be443709023ee /src/htsback.h | |
parent | 008601e493d8bb103272c96f53aef638765bf830 (diff) |
Removed background DNS resolution, prone to bugs (racy when interrupting a mirror), and not providing any additional performance boost. Keeping cached DNS resolution, though.
Diffstat (limited to 'src/htsback.h')
-rw-r--r-- | src/htsback.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/htsback.h b/src/htsback.h index 85b6ea2..2dc992c 100644 --- a/src/htsback.h +++ b/src/htsback.h @@ -138,12 +138,6 @@ int host_wait(httrackp * opt, lien_back * sback); int back_checksize(httrackp * opt, lien_back * eback, int check_only_totalsize); int back_checkmirror(httrackp * opt); -#if HTS_XGETHOST -#if USE_BEGINTHREAD -void Hostlookup(void *iadr_p); -#endif -#endif - #endif #endif |