]> git.ipfire.org Git - thirdparty/unbound.git/commit
Fix WSAPoll (#1265)
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 11 Apr 2025 13:05:52 +0000 (15:05 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 11 Apr 2025 13:09:07 +0000 (15:09 +0200)
commitd6e8ac12890d4f8b18a0b9bbdf90da7f0d3a82c1
tree3fab28417e1519e2c7399d60c5688b857b829eb5
parent16ee7cf944aac2acf53baba31e71f4b44cb7bb58
Fix WSAPoll (#1265)

* Fix calling WSAPoll.

* fast_reload: explicitly set tcp_wouldblock on Windows when there is no
  command to read from the fast_reload thread.

* For poll(), also check for ENOMEM (Linux).

* Remove ifdefs for ENOMEM.
* Some systems return EAGAIN for poll.
daemon/remote.c
util/netevent.c