-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: Allow starting server from a bound socket fd
Instead of having wayvnc/neatvnc create a socket and listen() on it, this patch allows 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.
- Loading branch information
Showing
2 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters