Skip to content

filter buffer when reading #11

@teto

Description

@teto

I have different threads reading the netlink messages.

Problem is that some messages should be treated by different threads. Right now, when a thread reads an answer, it reads all messages and other threads don't see the answer to their own request.
What I would like to do is filter the message I read from netlink-hs (by sequence/pid) ?
Another possibility would be to reinject packets in the netlink-hs queue.
Is this something doable or should I restructure my application to be in charge of the dispatching ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions