Wireshark-commits: [Wireshark-commits] master 5c6f633: androiddump: Use only non-blocking connect()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Feb 2017 05:25:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c6f6333768e16fc682b732db561754434f41272
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5c6f633 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    androiddump: Use only non-blocking connect() instead of the socket
    
    Architecture of androiddump based on "blocking" sockets,
    however for start-up it is better to use non-bloking connect()
    to avoid long waiting time then fail.
    
    Change-Id: I2bb8ea51e24db4dd1f5a6b97e1d2bc0156342d97
    Reviewed-on: https://code.wireshark.org/review/20293
    Petri-Dish: Michal Labedzki <michal.tomasz.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  606f941   RSVDv2 support - 2nd stage
    adds  5c6f633   androiddump: Use only non-blocking connect() instead of the socket


Summary of changes:
 extcap/androiddump.c |    2 ++
 1 file changed, 2 insertions(+)