Files
webrtc/interceptor_test.go
lars-st ae65995fe7 Add deterministic NACK/RTX reproduction test (#3270)
The test intentionally drops the second outgoing RTP packet and verifies
that:
- exactly one NACK is sent for the missing packet,
- exactly one RTX retransmission is received,
- no additional NACK/RTX packets appear after a short grace period.

- The test is currently skipped (t.Skip()) so it doesn't break CI.
- Minimal Test for issue #3063
2025-11-19 12:58:13 +02:00

20 KiB