Skip to content

NACK Generator Issues: Short receiveLog & Failed Flag Update After RTX Reception #320

Open
@YinongMao

Description

@YinongMao

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions