From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8348 invoked by alias); 13 May 2002 21:06:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8341 invoked from network); 13 May 2002 21:06:45 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 13 May 2002 21:06:45 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 12BCA3E16; Mon, 13 May 2002 17:06:54 -0400 (EDT) Message-ID: <3CE02AED.1060104@cygnus.com> Date: Mon, 13 May 2002 14:06:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: [RFA] Remote UDP support References: <20020509030123.GA7864@nevyn.them.org> <3CDABEB1.5008A502@redhat.com> <20020509184410.GA28420@nevyn.them.org> <3CDAE78A.7080508@cygnus.com> <20020509212046.GA3964@nevyn.them.org> <3CDD6D3E.90809@cygnus.com> <20020511213218.GA8246@nevyn.them.org> <3CDD94DB.8070409@cygnus.com> <20020513012154.GB17951@nevyn.them.org> <3CDF449F.7020300@cygnus.com> <20020513174153.GA9168@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00493.txt.bz2 > 2002-05-08 Daniel Jacobowitz > > * ser-tcp.c: Include . Rename tcp_open > and tcp_close to net_open and net_close. > (net_open): Accept "udp:" and "tcp:" specifications. Connect > using UDP if requested. Don't try to disable Nagle on UDP > sockets. > * remote.c (remote_serial_open): New function. Warn about UDP. > (remote_open_1, remote_async_open_1, remote_cisco_open): Call it. > Yes, thanks. Andrew