From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4kNS-0007Bf-QC for qemu-devel@nongnu.org; Mon, 23 May 2016 03:34:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4kNM-00088w-ST for qemu-devel@nongnu.org; Mon, 23 May 2016 03:34:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4kNM-00088r-MW for qemu-devel@nongnu.org; Mon, 23 May 2016 03:34:08 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 23AB180E47 for ; Mon, 23 May 2016 07:34:08 +0000 (UTC) Date: Mon, 23 May 2016 13:04:05 +0530 From: Amit Shah Message-ID: <20160523073405.GC24417@grmbl.mre> References: <1462458480-20555-1-git-send-email-berrange@redhat.com> <1462458480-20555-6-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462458480-20555-6-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v1 5/6] scripts: ensure monitor socket has SO_REUSEADDR set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Juan Quintela , "Dr. David Alan Gilbert" On (Thu) 05 May 2016 [15:27:59], Daniel P. Berrange wrote: > If tests use a TCP based monitor socket, the connection will > go into a TIMED_WAIT state when the test exits. This will > randomly prevent the test from being re-run without a certain > time period. Set the SO_REUSEADDR flag on the socket to ensure > we can immediately re-run the tests Missing sign-off. Amit