neatvnc
neatvnc copied to clipboard
add systemd socket support
get fd from systemd to make systemd socket works
https://github.com/any1/wayvnc/pull/146 need this
I think that it would be better to have a more generic interface that doesn't depend on systemd. We could have a function called something like struct nvnc* nvnc_listen(int fd). That would also open the doors for adding all sorts of sockets without having to add them to the library.