[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:
-------------------------------------+-----------------------------------
Comment (by dcf):
{{{
if (!enabled) {
this.setEnabled(enabled);
+
+ //close any open datachannels
+ snowflake.disable();
return;
}
}}}
Here I was going to suggest moving `snowflake.disable()` into `setEnabled`
if that makes sense, but it seems like it may already work that way.
`setEnabled` through `update` through the `if (!ui.enabled)` block. Or do
I misunderstand it?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31285#comment:11>
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