Wireshark-commits: [Wireshark-commits] master 5fb3385: maxmind: Process our requests more often.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 May 2018 20:10:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5fb33857010165851cfff4bc84b8c091bbc49c01
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5fb3385 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    maxmind: Process our requests more often.
    
    The answer to
    
    // XXX Should we call maxmind_db_lookup_process first?
    
    in maxmind_db.c is "yes", since it's possible to fill up our pipe
    between host name lookup intervals, at least on Windows. Note that we
    might want to move request processing to a thread.
    
    Bug: 14701
    Change-Id: I8cfb77444d7f999e77571bc6bb61ea7f1f677778
    Reviewed-on: https://code.wireshark.org/review/27644
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  52e3e79   Wrong Darwin major version - Lion is 11, not 10.
    adds  5fb3385   maxmind: Process our requests more often.


Summary of changes:
 epan/maxmind_db.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)