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.
This commit is contained in:
Mike Perry
2018-08-04 19:38:38 +00:00
parent dac7d92918
commit c56f63eadb
9 changed files with 912 additions and 38 deletions
+5
View File
@@ -0,0 +1,5 @@
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.