Skip to content
  • Philip Withnall's avatar
    pseudotcp: Fix partial acknowledgement of segments · 220bb5ca
    Philip Withnall authored and Olivier Crête's avatar Olivier Crête committed
    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.
    220bb5ca