mario-campos / dyndnsd

Dynamic DNS Daemon for OpenBSD
https://mario-campos.github.io/software/dyndnsd
BSD 3-Clause "New" or "Revised" License
20 stars 0 forks source link

libevent #20

Closed mario-campos closed 5 years ago

mario-campos commented 5 years ago

Use libevent instead of hardcoding kqueue(2) calls.

mario-campos commented 5 years ago

Although libev is smaller, and more minimal, libevent comes with OpenBSD by default. So, when it comes to choosing a bigger, more-bloated library and adding an external dependency, I'm going to choose the bigger, more-bloated library.

If there is demand for other OS support, then I may reconsider choosing libev or libuv then.