Cycle every payload pattern per packet and always run both directions

This commit is contained in:
flamingcow
2026-07-25 23:03:31 -07:00
parent 0f16edfe61
commit e77574712d
8 changed files with 75 additions and 104 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func (w *rxWorker) run(done *atomic.Bool) {
w.streams[p.stream].observe(p.seq)
}
if p.payLen > len(w.spec.ref) {
if p.payLen > w.spec.maxPay {
w.stats.badLen.Add(1)
continue
}