any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

support UNIX sockets #49

Closed r-c-f closed 3 years ago

r-c-f commented 3 years ago

Use an extended getaddrinfo_unix which will treat any absolute path (i.e. address starting with '/') as a place to bind a UNIX domain socket. Store the socket path in the main nvnc structure to allow for cleanup on closure. Closes #1.

any1 commented 3 years ago

Thanks!