lifenjoiner / dnsforwarder

A DNS utility with unique features.
GNU General Public License v3.0
19 stars 9 forks source link

Build error on Linux #8

Closed HiGarfield closed 2 years ago

HiGarfield commented 2 years ago

Caused by https://github.com/lifenjoiner/dnsforwarder/blob/0717aae08feb51ff769eb30a0265f2a09102e46c/socketpuller.c#L90

On Linux, the structure fd_set does not have the member fd_count.

lifenjoiner commented 2 years ago

Thanks for your test. I'll take a look at it later. There are changes WIP.

lifenjoiner commented 2 years ago

Fixed.