Hacker News new | ask | show | jobs
by lysace 540 days ago
I last used ISC dhcpd (C-based) in some niche embedded network product. (I don't work in that field any longer.)

Is Kea (C++) reasonably sized wrt to code/binary and memory footprint requirements?

1 comments

for small embedded devices, I'd use something like dnsmasq.
Makes sense, thanks.