Skip to content

Bug: Incorrect use of peer_transport_params.max_ack_delay in ACK scheduling #499

@jac0626

Description

@jac0626

Description

The try_schedule_ack_frame function incorrectly uses peer_transport_params.max_ack_delay
instead of local_transport_params.max_ack_delay when setting the ACK timer.

Current Code

let ack_delay = time::Duration::from_millis(self.peer_transport_params.max_ack_delay);

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