[tor-bugs] #31285 [Circumvention/Snowflake]: Browsers accumulate permanently open UDP sockets over time

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Oct 14 19:28:58 UTC 2019


#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


More information about the tor-bugs mailing list