pseudotcp: Fix partial acknowledgement of segments
If an incoming ACK acknowledges part of a pending SSegment, correctly increment the base offset of that SSegment before attempting to transmit it. Otherwise, the wrong data will be transmitted and the offset passed to packet() will be incorrect.
Showing
Please register or sign in to comment