onAckReceived abstract method
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);