onAckReceived abstract method

void onAckReceived(
  1. int largestAcked,
  2. int newlyAckedBytes,
  3. DateTime now
)

Process an ACK.

largestAcked is the largest packet number acknowledged. newlyAckedBytes is the total newly acknowledged bytes. now is the current time.

Implementation

void onAckReceived(int largestAcked, int newlyAckedBytes, DateTime now);