public
Description: A fast and recursive DNS name resolver for log files
Homepage:
Clone URL: git://github.com/jdrowell/jdresolve.git
jdresolve / BUGS
100644 8 lines (6 sloc) 0.345 kb
1
2
3
4
5
6
7
8
 
   Know bugs:
     * The host count is not accurate for logs that don't fit in the line
       cache. This is due to the fact that we can't tell if a host has
       shown up before during the resolve process. A per-session database
       could be used for this, but would slow down the process and also
       require extra database support.