[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #31285 [Circumvention/Snowflake]: Browsers accumulate permanently open UDP sockets over time
#31285: Browsers accumulate permanently open UDP sockets over time
-------------------------------------+-----------------------------------
Reporter: cypherpunks | Owner: cohosh
Type: defect | Status: needs_information
Priority: Medium | Milestone:
Component: Circumvention/Snowflake | Version:
Severity: Normal | Resolution:
Keywords: snowflake-webextension | Actual Points: .5
Parent ID: | Points: 1
Reviewer: | Sponsor:
-------------------------------------+-----------------------------------
Changes (by dcf):
* status: needs_review => needs_information
Comment:
Good job tracking this down. I just have one question:
{{{
peerConnClosed() {
return (null !== this.pc) && ('closed' !== this.pc.connectionState);
}
}}}
Based on the name `peerConnClosed`, I would expect the condition to be
{{{
return (null !== this.pc) && ('closed' === this.pc.connectionState);
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31285#comment:10>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs