@property
    def client(self):
        """ the (hostaddr, port) of the local endpoint (or "") """
        conn = self._connection
        return conn._socket.getsockname() if conn else ""