From owner-freebsd-questions Wed Nov 20 08:52:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA16700 for questions-outgoing; Wed, 20 Nov 1996 08:52:20 -0800 (PST) Received: from mailhost.webquest.com (mailhost.webquest.com [203.168.0.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA16690 for ; Wed, 20 Nov 1996 08:52:14 -0800 (PST) Received: from expert.webquest.com (rdial122.webquest.com [203.168.0.81]) by mailhost.webquest.com (8.7.5/8.7.3) with SMTP id AAA13767 for ; Thu, 21 Nov 1996 00:48:00 +0800 (PST) Message-ID: <32933977.1ECF@webscape.net> Date: Thu, 21 Nov 1996 01:01:44 +0800 From: "Malvin C." X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: getpeername in FreeBSD 2.1.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there any changes in the implementation of getpeername function in FreeBSD 2.1.5? I run the same program in FreeBSD 2.1 and the function works fine but when I run it in FreeBSD 2.1.5 the function returns an incorrect ip address. Is the problem lies in getpeername function or is it the resolver thats giving an incorrect ip address? TIA Malvin