[tor-bugs] #9574 [Tor]: Process ntor create cells before tap create cells?
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Sep 3 19:46:38 UTC 2013
#9574: Process ntor create cells before tap create cells?
-----------------------------+---------------------------------------
Reporter: arma | Owner:
Type: enhancement | Status: needs_review
Priority: normal | Milestone: Tor: 0.2.5.x-final
Component: Tor | Version:
Resolution: | Keywords: tor-relay, maybe-proposal
Actual Points: | Parent ID:
Points: |
-----------------------------+---------------------------------------
Comment (by nickm):
I'm also concerned that this code:
{{{
+ if (type == ONION_HANDSHAKE_TYPE_NTOR &&
+ ntor_usec / 1000 > (uint64_t)options->MaxOnionQueueDelay)
+ return 0;
+
+ if (type == ONION_HANDSHAKE_TYPE_TAP &&
+ (tap_usec + ntor_usec) / 1000 >
(uint64_t)options->MaxOnionQueueDelay)
return 0;
}}}
will lead to us just not accepting any TAP onionskins beyond the 50 that
we always accept for each type.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9574#comment:18>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list