Function EventLoop.createUnixServer

Similar to EventLoop.createServer(), but specific to the socket family AddressFamily.UNIX.

Prototype

Server createUnixServer(
  Protocol delegate() protocolFactory,
  const(char[]) path,
  std.socket.Socket socket = null,
  int backlog = 100,
  asynchronous.events.SslContext sslContext = null
);

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0