From owner-cvs-src@FreeBSD.ORG Sat Feb 21 14:42:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197C816A4CE; Sat, 21 Feb 2004 14:42:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B9A43D1D; Sat, 21 Feb 2004 14:42:54 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMgsGe033136; Sat, 21 Feb 2004 14:42:54 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMgs6p033135; Sat, 21 Feb 2004 14:42:54 -0800 (PST) (envelope-from green) Message-Id: <200402212242.i1LMgs6p033135@repoman.freebsd.org> From: Brian Feldman Date: Sat, 21 Feb 2004 14:42:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/gaithrstress gaithrstress.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 22:42:55 -0000 green 2004/02/21 14:42:54 PST FreeBSD src repository Modified files: tools/regression/gaithrstress gaithrstress.c Log: Add some more comments and a -4 argument to restrict searches to only A (not default A and AAAA) records. Now the longest time that a -4 thread might hang trying to resolve is only 2:30 instead of 5:00 ;) Revision Changes Path 1.3 +16 -5 src/tools/regression/gaithrstress/gaithrstress.c