From: "Andy Willis" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.16) with ESMTP id 2377494 for os2-wireless_users@2rosenthals.com; Fri, 27 Mar 2009 14:45:44 -0400 Received: from static-71-171-102-26.clppva.fios.verizon.net ([71.171.102.26] helo=mail2.2rosenthals.com) by secmgr-ny.randr with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1LnH3k-0000oZ-Jf for os2-wireless_users@2rosenthals.com; Fri, 27 Mar 2009 14:45:43 -0400 Received: from rv-out-0506.google.com ([209.85.198.234]:33800) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1LnH3a-0002qy-2W for os2-wireless_users@2rosenthals.com; Fri, 27 Mar 2009 14:45:31 -0400 Received: by rv-out-0506.google.com with SMTP id g37so105729rvb.7 for ; Fri, 27 Mar 2009 11:45:09 -0700 (PDT) X-CTCH-RefID: str=0001.0A010204.49CD1ECB.006A,ss=1,fgs=0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/cOXU2X1eiCtdqfx+YWsvpu5ZQNvGJll1LnfHO2UsEE=; b=p2vE+VldBJ3tdFfF6dxIh2lVnCJT28dRwgTH8x43yNamflaBmbKZEoqDPcdgNwd4Yl RmsHzPIVpNBYyEHJFQgO7EFskYy8S/qGCy+bdr/yknaDZzqYwSs5nQfjpyVNlj252T9l VLQqHJhSBjGh62jd39S92dmhMdKi2AqlPp7mw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=cTVj6mwm3WPxWvnug6YdlUI8Peql+URBTcCupw0rXMjqxLD0VEZxO+DbJRzecv/bdX DbQkwgUilYnOmldpvJ/ILCB7P53p9B6jg2bBpzKuMztTu0ssH9O8bxvp1pM/ulkgQrkf MyF9FTs8tUxmNPELL2f1RXx12qXjUqfPu5cHk= Received: by 10.141.53.18 with SMTP id f18mr1205173rvk.188.1238179011584; Fri, 27 Mar 2009 11:36:51 -0700 (PDT) Received: from ?192.168.0.3? (71-208-192-212.hlrn.qwest.net [71.208.192.212]) by mx.google.com with ESMTPS id k37sm4155470rvb.38.2009.03.27.11.36.50 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Mar 2009 11:36:50 -0700 (PDT) Message-ID: <49CD1CC1.3060801@gmail.com> Date: Fri, 27 Mar 2009 12:36:49 -0600 Reply-To: abwillis1@gmail.com User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; rv:1.9.1b3pre) Gecko/20090216 SeaMonkey/2.0a3pre not(Firefox/3.2) MIME-Version: 1.0 To: OS/2 Wireless Users Mailing List Subject: Re: [OS2Wireless] Re: OT: Netstat References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 1.0 (+) X-Spam-Report: 1.0 RCVD_BY_IP Received by mail server with no name Interesting, I went to check exactly what it said but it no longer shows in the readme. Used to say something about it being required but nothing about it now. Andy Sam Lewis wrote: > Ah, the good ol readme. Glad somebody reads them :). > > It seems odd that programs talk to themselves locally by way of > network sockets. But then again I'm not a programmer. I saw this > behavior while working on my daughter's Vista laptop and thought it > was odd as well but I guess its a normal thing. > Andy thanks, > Sam > > Andy Willis wrote: > >> Sam Lewis wrote: >> >>> I was looking at the netstat -s output for my laptop and found these >>> ports talking to each other >>> SOCK TYPE FOREIGN LOCAL >>> FOREIGN STATE >>> PORT PORT HOST >>> ====== ===== ========== ========== ========== >>> ======== >>> This appears to be from Mozilla 1.7.7 >>> 24 STREAM 54811 54812 127.0.0.1 ESTABLISH >>> 25 STREAM 54812 54811 127.0.0.1 ESTABLISH >>> >>> This is from Firefox 2.x >>> 1074 STREAM 55115 55116 127.0.0.1 ESTABLISH >>> 1075 STREAM 55116 55115 127.0.0.1 ESTABLISH >>> 1080 STREAM 55117 55118 127.0.0.1 ESTABLISH >>> 1081 STREAM 55118 55117 127.0.0.1 ESTABLISH >>> >>> >>> Why are these applications establishing streams between themselves? >>> Thanks, >>> Sam >>> >> I am not sure of the reason why... I just know that it is by design. >> That is why the readme says to make sure that the loopback is enabled. >> Andy