From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91613 invoked by alias); 11 Aug 2015 19:59:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 91604 invoked by uid 89); 11 Aug 2015 19:59:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 11 Aug 2015 19:59:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DC11A28F8B; Tue, 11 Aug 2015 15:59:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XAMOiX5S1LX3; Tue, 11 Aug 2015 15:59:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7E6F028F69; Tue, 11 Aug 2015 15:59:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CF1EC46992; Tue, 11 Aug 2015 12:59:43 -0700 (PDT) Date: Tue, 11 Aug 2015 19:59:00 -0000 From: Joel Brobecker To: Doug Evans Cc: Jan Kratochvil , Gary Benson , gdb-patches , Sandra Loosemore , Pedro Alves , =?iso-8859-1?Q?Andr=E9_P=F6nitz?= , Paul Koning Subject: Re: [PATCH 0/2] Better handling of slow remote transfers Message-ID: <20150811195943.GC22245@adacore.com> References: <001a11c301b0388ac5051d0c5ab8@google.com> <20150811185519.GA28644@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00250.txt.bz2 > At any rate, I think the default behaviour for 7.10 > has to be the default behaviour of 7.9 > (given that, for example, we're not going to make file transfer > more adequately interruptible for 7.10). That makes sense to me. -- Joel