Skip to content
Snippets Groups Projects

Abort if the number of discarded packets exceeds limit

Open Nicki Křížek requested to merge 44-abort-on-discarded into 32-crash-on-nonresponding-server

Discarded packets indicate either invalid packets in the input, or a runtime issue during replay. To avoid processing tainted data, abort the traffic replay with an error if that happens.

The threshold of discarded packets is set at 0.1 % of the total packets. Each traffic sender thread does its own accounting of this limit. The threshold is only checked once 100 discarded packets are detected to provide some leeway when the packet numbers are low.

Closes #44


Prereq !93

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply