From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14769 invoked by alias); 28 May 2003 20:57:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14753 invoked from network); 28 May 2003 20:57:07 -0000 Received: from unknown (HELO mail.s.netic.de) (212.9.160.11) by sources.redhat.com with SMTP; 28 May 2003 20:57:07 -0000 Received: from host-212-9-162-51.dial.netic.de ([212.9.162.51] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.10) id 19L7yr-000GoX-00 for gdb@sources.redhat.com; Wed, 28 May 2003 22:57:05 +0200 Received: from schleim (localhost [127.0.0.1]) by schleim.qwe.de (Postfix) with ESMTP id 3F41AFEA for ; Wed, 28 May 2003 22:48:49 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" From: Torsten Mohr To: gdb Subject: GDB remote protocol on ethernet, timeout values Date: Wed, 28 May 2003 20:57:00 -0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305282248.48973.tmohr@s.netic.de> X-SW-Source: 2003-05/txt/msg00370.txt.bz2 Hi, is there any way to increase the timeout values for answers to packets that are sent over ethernet? One more thing: I wrote some code that understands DGB remote protocol. It is strange, when i additionally add a "sleep(2)" after receiving a packet, but don't change anything else in my code, insight complains about the answer to "qOffsets" -> "Text=3D00;Data=3D00;Bss=3D00". If there is no additional delay, all is fine. Insight complains about a missing ":". Best regards, Torsten.