if len(req.outgoing) > HotSpot.max_outgoing:
            self.add_result(
                Result("HotSpot", req.get_id(), -10,
                       ["Number of outgoing links is too high: %d" %
                        len(req.outgoing)]))