mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c56f63eadb
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.
6 lines
321 B
Plaintext
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.
|