<!-- Come join our community on Discord https://discord.gg/PngbdqpFbt for quicker support and more resources FAQ of common issues and questions https://github.com/pion/webrtc/wiki/FAQ Free book that covers general WebRTC https://webrtcforthecurious.com/ Please answer these questions before submitting your issue. Thanks! --> ### My environment. - Version: pion/interceptor v0.1.37 ### 1. Insufficient receiveLog Length The current size of thereceiveLog buffer appears too short to properly track received packet sequences. This limitation causes: - Premature invalidation of packet reception records - Potential failure to detect actual packet loss scenarios ### 2. Failed Packet Flag Update After RTX Reception When receiving packets via RTX (retransmission): - The corresponding bit in receiveLog fails to be set to 1 - Resulting in continuous NACK regeneration for already-received packets - Causes infinite retransmission loop and network resource waste