forked from iputils/iputils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ping: Disable reverse DNS lookup for each reply
ping does reverse DNS lookup for each reply via getnameinfo() without NI_NUMERICH flag for each ICMP ECHO REPLY (for both IPv4 and IPv6) + for each IPv6 Node Information Queries request. This is unnecessary slowdown, which can cause ping to hang with random DNS problems. Fixes: iputils#414 Fixes: 3337034 ("Initial import of iputils") Signed-off-by: Petr Vorel <pvorel@suse.cz>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters