Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: (fixes #1126) Fix bytesAcked calculation in ProcessAck
* Updated the `bytesAcked` assignment to use `currentDelivered` instead of calculating it from `ackNumber` and `oldHeadSequence` for better accuracy in acknowledgment handling. * Added `currentDelivered` and `oldHeadSequence` to the NS_LOG_FUNCTION call for improved logging and debugging.
- Loading branch information