Software /
code /
prosody
Diff
CHANGES @ 12316:6bb2f660f689
util.poll: Add support for the poll() API
Might be better than select(), more portable than epoll.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 23 Feb 2022 20:31:03 +0100 |
parent | 12303:fa79db7e0a4d |
child | 12362:0fd58f54d653 |
line wrap: on
line diff
--- a/CHANGES Sun Feb 27 14:36:43 2022 +0100 +++ b/CHANGES Wed Feb 23 20:31:03 2022 +0100 @@ -56,6 +56,7 @@ - MUC: support for XEP-0421 occupant identifiers - `prosodyctl check connectivity` via observe.jabber.network - libunbound for DNS queries +- The POSIX poll() API used by server_epoll on \*nix other than Linux ## Changes