tor/changes/ticket25573
Mike Perry c56f63eadb Ticket #25573: Track half-closed stream ids
We allow their CONNECTEDs, RESOLVEDs, ENDs, SENDMEs, and DATA cells to not
count as dropped until the windows are empty, or we get an END.

This commit does not change behavior. It only changes CIRC_BW event field
values.
2018-08-29 04:12:09 +00:00

6 lines
321 B
Plaintext

o Minor features (controller):
- For purposes of CIRC_BW-based dropped cell detection, track half-closed
stream ids, and allow their ENDs, SENDMEs, DATA and path bias check
cells to arrive without counting it as dropped until either the END arrvies,
or the windows are empty. Closes ticket 25573.