DNS-OARC / flamethrower

a DNS performance and functional testing utility supporting UDP, TCP, DoT and DoH
Apache License 2.0
319 stars 37 forks source link

3rd shared libraries #75

Closed pemensik closed 3 years ago

pemensik commented 3 years ago

Make docopt.cpp detect system package and use it if available. Use bundled library if not present.

Because url_parser seems to be just stripped http_parser, allow linking against that library. It seems to be far better maintained and is already packaged for Fedora distribution. Require manual override because it is (somehow) different library to use it.

weyrick commented 3 years ago

Thanks @pemensik