From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4095 invoked by alias); 11 Jul 2008 17:59:21 -0000 Received: (qmail 4080 invoked by uid 22791); 11 Jul 2008 17:59:21 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Jul 2008 17:59:03 +0000 Received: (qmail 12823 invoked from network); 11 Jul 2008 17:59:02 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Jul 2008 17:59:02 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: [remote protocol] support for disabling packet acknowledgement Date: Fri, 11 Jul 2008 17:59:00 -0000 User-Agent: KMail/1.9.9 Cc: Paul Koning , drow@false.org, sandra@codesourcery.com, gdb-patches@sourceware.org References: <48765B8A.6080805@codesourcery.com> <20080711152356.GA10073@caradoc.them.org> <18551.33290.507527.212150@djudge-us-nas.equallogic.com> In-Reply-To: <18551.33290.507527.212150@djudge-us-nas.equallogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807111859.02058.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2008-07/txt/msg00218.txt.bz2 A Friday 11 July 2008 16:53:46, Paul Koning wrote: > >>>>> "Daniel" == Daniel Jacobowitz writes: > Daniel> On Fri, Jul 11, 2008 at 04:10:47PM +0100, Pedro Alves wrote: > Agreed. Telnet to a terminal server that feeds a UART based target > stub is common practice. Ack, we're all in sync. > TCP at both ends with datagrams in between is too weird to consider. Not weird at all, and it is safe. It doesn't matter what you have in the middle as long as both ends have tcp. -- Pedro Alves