Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav2699 committed Jan 3, 2025
1 parent 7a37125 commit d94d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ack_tracker.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ QuicAckTrackerAckPacket(
//
QuicSendSetSendFlag(&Connection->Send, QUIC_CONN_SEND_FLAG_ACK);

} else if (Tracker->AckElicitingPacketsToAcknowledge > 0) {
} else if (Tracker->AckElicitingPacketsToAcknowledge == 1) {
//
// We now have ACK eliciting payload to acknowledge but haven't met the
// criteria to send an ACK frame immediately, so just ensure the delayed
Expand Down

0 comments on commit d94d218

Please sign in to comment.