BZFlag-Dev / bzflag

3D multi-player tank battle game
https://www.bzflag.org
Other
297 stars 85 forks source link

Potentially remove dependency on libcares #78

Open blast007 opened 7 years ago

blast007 commented 7 years ago

The c-ares library is used for making asynchronous DNS lookups. We should investigate if we actually need this library or if we could get by with a simple threaded lookup. Libcurl can use c-ares or a threaded lookup already. Also, as mentioned in #74, c-ares may be the source of a crash when building on newer versions of macOS.

JMakey commented 7 years ago

adns is available in Fedora. Perhaps it would be less troublesome than c-ares.