Closed HiGarfield closed 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.
fd_set
fd_count
Thanks for your test. I'll take a look at it later. There are changes WIP.
Fixed.
Caused by https://github.com/lifenjoiner/dnsforwarder/blob/0717aae08feb51ff769eb30a0265f2a09102e46c/socketpuller.c#L90
On Linux, the structure
fd_set
does not have the memberfd_count
.