Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AF_UNIX SOCK_DGRAM #602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 10, 2022

  1. Add support for AF_UNIX SOCK_DGRAM

    Unfortunately these aren't supported by libuv directly, so we need to
    implement our own separate system. It doesn't need to be particularly
    scalable as the expected use-case is to send and receive ethernet frames.
    
    The server will listen on a Unix domain socket and receive connected
    SOCK_DGRAM sockets which will have ethernet frames on them.
    
    Signed-off-by: David Scott <dave@recoil.org>
    djs55 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    df53b9f View commit details
    Browse the repository at this point in the history