Hi. We use curl in our development environment a lot, and in the astlinux distro (both for cross-building via buildroot, and using the func_curl add-on in Asterisk).
As our environment uses a lot of telephony traffic, we're concerned about QoS classification and trying to add QoS (and DSCP) marking to as many applications as we can. I started to look into doing this for curl. Actually adding the code to lib/connect.c looks fairly straightforward. It's adding the support to the ancillary files that's a little more complicated. >From what I can tell, the following files might need to be touched: lib/curl_config.h.in lib/curl_config.h.cmake m4/curl-confopts.m4 CMake/CurlTests.c CMakeLists.txt configure.ac Am I missing anything? Thanks, -Philip ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
