Socket.accepting

Socket accepting() pure nothrow

Called by accept when a new Socket must be created for a new connection. To use a derived class, override this method and return an instance of your class. The returned Socket's handle must not be set; Socket has a protected constructor this() to use in this situation.

Override to use a derived class. The returned socket's handle must not be set.