[tor-bugs] #7912 [Tor]: Cells that don't get inserted into cell queues can clog connection flushing
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Mar 21 17:04:03 UTC 2013
#7912: Cells that don't get inserted into cell queues can clog connection flushing
------------------------------------+---------------------------------------
Reporter: asn | Owner:
Type: defect | Status: needs_revision
Priority: normal | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Keywords: tor-relay 023-backport | Parent:
Points: | Actualpoints:
------------------------------------+---------------------------------------
Comment(by andrea):
Destroy cells should go in a queue rather than always skipping to the head
of the line. Probably the easiest option here is to pretend we have a
special virtual circuit for all 'control' cells like DESTROY on a channel,
and schedule it with circuitmux like the other circuits. Another
possibility would be to schedule the cells for the circuit they affect;
not sure if forcing a DESTROY to wait behind any data we have for that
circuit would change semantics in a problematic way.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7912#comment:17>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list