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

server: Support opening on an existing socket fd #111

Merged
merged 1 commit into from
Jun 2, 2024

Commits on Jun 1, 2024

  1. server: Support opening from a bound socket fd

    Add a `struct nvnc* nvnc_open_from_fd(int fd)` function which takes an
    existing connection-based socket file descriptor bound by the library
    user or a parent process and just calls listen() on it, as an
    alternative to letting neatvnc handle socket configuration.
    layercak3 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    06bddf4 View commit details
    Browse the repository at this point in the history