SockAddrUnix

A D representation of the sockaddr_un struct

Constructors

this
this(sockaddr* sa, socklen_t length)
this(string path)

Construct a SockAddrUnix

Members

Functions

toString
string toString()

Convert the address to GC allocated string

Variables

unix
sockaddr_un unix;

the underlying sockaddr_in struct

Meta