Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels