From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28140 invoked by alias); 16 Jun 2005 16:06:30 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 27573 invoked by uid 22791); 16 Jun 2005 16:06:15 -0000 Received: from snvl-smtp1.trimble.com (HELO snvl-smtp1.trimble.com) (63.251.235.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 16 Jun 2005 16:06:14 +0000 Received: (qmail 31410 invoked by uid 501); 16 Jun 2005 09:06:04 -0700 Received: from 10.1.184.32 by snvl-smtp1.trimble.com (envelope-from , uid 107) with qmail-scanner-1.24 (clamdscan: 0.85.1/941. trophie: 7.510-1002/691/103431. spamassassin: 3.0.3. Clear:RC:1(10.1.184.32):. Processed in 0.026553 secs); 16 Jun 2005 16:06:04 -0000 Received: from unknown (HELO uss-am-xch-02.am.trimblecorp.net) (10.1.184.32) by snvl-smtp1.trimble.com with SMTP; 16 Jun 2005 09:06:03 -0700 Received: from uss-am-xch-03.am.trimblecorp.net ([10.1.137.33]) by uss-am-xch-02.am.trimblecorp.net with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Jun 2005 09:05:59 -0700 Received: from 10.1.150.165 ([10.1.150.165]) by uss-am-xch-03.am.trimblecorp.net ([10.1.137.33]) via Exchange Front-End Server usd-am-web-01.am.trimblecorp.net ([10.1.1.144]) with Microsoft Exchange Server HTTP-DAV ; Thu, 16 Jun 2005 16:05:58 +0000 Received: from wlentz by usd-am-web-01.am.trimblecorp.net; 16 Jun 2005 09:05:57 -0700 From: Will Lentz To: Hans =?ISO-8859-1?Q?H=FCbner?= Cc: ecos-discuss@ecos.sourceware.org In-Reply-To: <20050616174532.C69813@web.m68k.de> References: <1118875026.9020.21.camel@localhost.localdomain> <20050616083626.U69813@web.m68k.de> <1118936150.22661.16.camel@localhost.localdomain> <20050616174532.C69813@web.m68k.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Jun 2005 16:06:00 -0000 Message-Id: <1118937956.22661.26.camel@localhost.localdomain> Mime-Version: 1.0 Subject: Re: [ECOS] uipc_socket.c (and cyg_tcp_maxidle) X-SW-Source: 2005-06/txt/msg00122.txt.bz2 The patch does help me when I run out of sockets via the socket() call, but I'm wondering if the zfreei() in sodealloc() is getting the correct second argument. I'll dig into this deeper... Cheers, Will On Thu, 2005-06-16 at 17:46 +0200, Hans H=FCbner wrote: > On Thu, 16 Jun 2005, Will Lentz wrote: >=20 > > zfreei() is a function, and doesn't directly modify its first argument. > > But - it passes "so" as its second argument, and it modifies the value > > of so->so_zone through that. Looking at zfreei: >=20 > Oops, it helps being awake while posting! Thanks for the patch, I'll app= ly it=20 > to my source tree immediately :) >=20 > Cheers, > Hans -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss