https://bugs.documentfoundation.org/show_bug.cgi?id=115170
Michael Meeks <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #2 from Michael Meeks <[email protected]> ---
AF_UNIX is a chunk of work - but it is configurable between IPv4 and IPv6 - cf.
the config file ;-)
I believe our internal 9981 socket is purely local.
It should be easy enough to change:
/// Create the externally listening public socket
std::shared_ptr<ServerSocket> findServerPort(int port)
...
std::shared_ptr<ServerSocket> socket = getServerSocket(
ServerSocket::Type::Public, port, WebServerPoll, factory);
to pass ServerSocket::Type::Local instead - in the case that we don't want to
listen publicly there.
Should be an easy enough config option to add - go for it ;-)
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs