Closed
Bug 72844
Opened 24 years ago
Closed 23 years ago
Necko opens 2 TCP connections to self at startup
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 100154
People
(Reporter: pierre, Assigned: neeti)
Details
Verified with current debug and optimized builds on the Mac:
- Configure your internet access for Modem or DSL
- Close your internet connection
- Launch Viewer
===> You get an alert from the Modem or DSL driver saying that there was an
attempt to start TCP services while the connection is closed
- Open TCP Watcher or any utility program that can list the currently open TCP
connections.
===> You can see 2 connections to self (127.0.0.1)
It may be fairly annoying to users who configure their machines to automatically
connect to the internet on the first connection attempt: even if they just browse
local files, the modem will dial-up.
This could be a more serious issue for Embedding: these machines are almost
always to connect automatically.
Comment 3•24 years ago
|
||
There are two possible explanations for this:
1) PSM uses a local socket pair for communication.
2) nsSocketTransportService uses a local socket pair for interrupting the call
to PR_Poll (in order to add/remove sockets to the set being polled).
cc'ing mac folks who may have further comments.
Comment 4•24 years ago
|
||
I'm actually going to pull the embed keyword as we're not driving hard on mac
embedding right now. When we are, this will get folded into the mac issue
embedding meta bug.
Keywords: embed
PSM and PollableEvents work this way on Windows and Linux as well, so if
embedding has an issue with it on ANY platform, you may want to put the keyword
back.
The only platform I know how to fix is the Macintosh (pre-Mac OS X) because we
don't use native threads, so we have more places to hook in a solution.
Comment 7•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 100154 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERIFIED/dupe
Status: RESOLVED → VERIFIED
Component: Networking → NSPR
Product: Browser → NSPR
Target Milestone: mozilla1.0.1 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•