From dev-return-17546-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Nov 10 15:24:08 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 12590 invoked from network); 10 Nov 2006 15:24:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2006 15:24:07 -0000 Received: (qmail 70244 invoked by uid 500); 10 Nov 2006 15:24:16 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 70197 invoked by uid 500); 10 Nov 2006 15:24:16 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 70186 invoked by uid 99); 10 Nov 2006 15:24:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 07:24:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rooneg@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 07:24:03 -0800 Received: by ug-out-1314.google.com with SMTP id m3so550544ugc for ; Fri, 10 Nov 2006 07:23:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=X95CtAeF+EuaeG1Ik+yRDXzNnAdD5A7AWtlxsRH6AFkWt/AZFP57kYwqN7ejRanECrrYefIzVt/5Hhl2kMbUS7qddfXS0FgEvGInBhZJNlP5f3OQZh5pfqFkZn468RAlbMZffe4TlMOzUPevqzbR1exuaFAl0h3B9l6hp63cRWM= Received: by 10.78.142.14 with SMTP id p14mr2661420hud.1163172221123; Fri, 10 Nov 2006 07:23:41 -0800 (PST) Received: by 10.78.105.9 with HTTP; Fri, 10 Nov 2006 07:23:41 -0800 (PST) Message-ID: <7edfeeef0611100723u6b9df7c8r2b0410e992b5b809@mail.gmail.com> Date: Fri, 10 Nov 2006 10:23:41 -0500 From: "Garrett Rooney" Sender: rooneg@gmail.com To: "Jim Jagielski" Subject: Re: apr_socket_recvfrom Cc: "APR Development List" In-Reply-To: <831249FD-62DF-4737-B638-00550B52B3F0@jaguNET.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <831249FD-62DF-4737-B638-00550B52B3F0@jaguNET.com> X-Google-Sender-Auth: 23d801df99304aee X-Virus-Checked: Checked by ClamAV on apache.org On 11/10/06, Jim Jagielski wrote: > Anyone have issues with me making from an > optional argument, i.e. allowing from to be > NULL and apr_socket_recvfrom() doing the Right > Thing? > > In other words, making it more recvfrom()-like? Seems reasonable to me. -garrett