[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:22:38 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:
-------------------------------------+-----------------------------------
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


More information about the tor-bugs mailing list