-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch: rename BatchInterval to BatchStep, move to tail of StepInfo
Previous we append BatchInterval at the head of StepInfo, using it to update index of software buffer. This change rename BatchInterval to BatchStep, and append it to StepInfo in BatchCollector rather than BatchAssembler to simplify logic. Also, putting BatchStep at tail of StepInfo allow some operation after Batch parsing, which is needed by Incremental transmit.
- Loading branch information
Showing
2 changed files
with
43 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters