UnknownAddressReference.this

this(sockaddr * sa, socklen_t len) pure nothrow @nogc

Constructs an Address with a reference to the specified sockaddr.

this(const(sockaddr) * sa, socklen_t len) @system pure nothrow

Constructs an Address with a copy of the specified sockaddr.