Wireshark-commits: [Wireshark-commits] master-2.6 a83e0d0: maxmind: Process our requests more often
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 19 May 2018 06:20:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a83e0d0aea331090a2e21332f40cac27f1961370
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

a83e0d0 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>
    (cherry picked from commit 5fb33857010165851cfff4bc84b8c091bbc49c01)
    Reviewed-on: https://code.wireshark.org/review/27647
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1b52f99   dot11crypt: add bounds check for TDLS elements
    adds  a83e0d0   maxmind: Process our requests more often.


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