Commit Graph

2 Commits (99094a9cf8474915e65b27525276861c9c99114a)

Author SHA1 Message Date
Suresh Sundriyal 99094a9cf8 [timer] Some refactoring 9 years ago
Suresh Sundriyal 55e912d21e [pretty] Don't wait indefinitely for reverse IP lookups.
Reverse lookup for pretty print should be a best effort undertaking. So,
+ Give up on EAI_AGAIN.
+ Don't block on the getnameinfo call indefinitely, resolv.conf might be
  set up with a large timeout.
+ Disable lookups after the first failure.
+ Lots of OCD error checking.
9 years ago