[Bro-Dev] #877: libCurl configure options

Bro Tracker bro at tracker.bro-ids.org
Wed Sep 19 11:44:58 PDT 2012


#877: libCurl configure options
---------------------+------------------------
 Reporter:  seth     |      Owner:
     Type:  Problem  |     Status:  new
 Priority:  Normal   |  Milestone:  Bro2.2
Component:  Bro      |    Version:  git/master
 Keywords:           |
---------------------+------------------------
 Apparently I forgot to make an option to disable libcurl and to locate it
 in an alternate installation location.  That needs to happen.

 Also, the libCurl detection needs to find the CURLOPT_CONNECTTIMEOUT_MS
 enum value since we use that and it wan't added until 7.16.2.  Actually,
 it might be better to just use CURLOPT_CONNECTTIMEOUT which has been in
 libCurl much longer and we can't use the benefit that we would get from
 the _MS version anyway (since it requires building against a non-blocking
 DNS resolver and most people won't be doing that).

 Docs here:
 http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCONNECTTIMEOUT

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/877>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list