From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8541 invoked by alias); 11 Jul 2008 03:05:26 -0000 Received: (qmail 8522 invoked by uid 22791); 11 Jul 2008 03:05:25 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Jul 2008 03:05:08 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m6B313n9007685; Thu, 10 Jul 2008 23:01:03 -0400 Received: from pobox-3.corp.redhat.com (pobox-3.corp.redhat.com [10.11.255.67]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6B313Dw026525; Thu, 10 Jul 2008 23:01:03 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.yyz.redhat.com [10.15.16.9]) by pobox-3.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6B30UQN025237; Thu, 10 Jul 2008 23:01:03 -0400 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 1FEE28001FF; Thu, 10 Jul 2008 23:00:14 -0400 (EDT) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id m6B2xveJ020162; Thu, 10 Jul 2008 22:59:57 -0400 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id m6B2xuxF020145; Thu, 10 Jul 2008 22:59:56 -0400 To: Paul Koning Cc: sandra@codesourcery.com, gdb@sourceware.org, gdb-patches@sourceware.org, pedro@codesourcery.com Subject: Re: [remote protocol] support for disabling packet acknowledgement References: <48765B8A.6080805@codesourcery.com> <18550.24158.544203.163257@gargle.gargle.HOWL> <48766999.6070001@codesourcery.com> <18550.28000.759268.379468@gargle.gargle.HOWL> <20080710223312.GA19058__14539.8706700236$1215729298$gmane$org@caradoc.them.org> From: fche@redhat.com (Frank Ch. Eigler) Date: Fri, 11 Jul 2008 03:05:00 -0000 In-Reply-To: <20080710223312.GA19058__14539.8706700236$1215729298$gmane$org@caradoc.them.org> (Daniel Jacobowitz's message of "Thu, 10 Jul 2008 18:33:12 -0400") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00178.txt.bz2 Daniel Jacobowitz writes: > [...] > There's a clear solution to this: sequence numbers. There's a > convenient protocol which has them, too... You must have meant TCP, but gdb's own remote protocol used to have optional sequence-numbered packets. Have you considered bringing the latter back? - FChE