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

External listener fd #310

Merged
merged 3 commits into from
Jun 14, 2024
Merged

External listener fd #310

merged 3 commits into from
Jun 14, 2024

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    3a634c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d5d54 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. main: Allow starting server from a bound socket fd

    Instead of having wayvnc/neatvnc create a socket and listen() on it,
    allow listening on an already bound socket file descriptor with the
    --external-listener-fd=FD option. This may be used to support any kind of
    connection-based socket that isn't explicitly supported by wayvnc in an option,
    such as ones using the AF_VSOCK address family, or support cases where wayvnc
    is being activated by systemd (via a .socket unit) or a super-server like
    inetd.
    layercak3 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    25cb597 View commit details
    Browse the repository at this point in the history