Joan Lledó, le dim. 03 mars 2019 17:25:47 +0100, a ecrit: > If I remember correctly, poll() and ppoll() on glibc end up calling > the io_select operation. Maybe a good exercise would be to add a new > 'poll' operation to the pfinet interface,
What would be the difference with the io_select operation? The real difference between select() and poll() is the way to express a set of fds, and that does not show up in the RPCs anyway. Samuel