Skip to content

linux read/write - Write events can be missed if there's insufficient output slots #89

Description

@arr2036

Because read/write filters now use a separate struct to track FDs inserted into epoll, and we get aggregate read/write notifications from epoll, if there's only one ev output slot, and the FD is readable and writable, we'd lose the write event.

We need to add knotes into a doubly linked list, and return those before calling the kqops.wait function for a given platform. This should be done in common code with the knote API being extended.

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions