HomeFreeBSD

Fix a potential panic in the SACK code that was causing
rS132417Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Fix a potential panic in the SACK code that was causing

  1. data to be sent to the right of snd_recover.
  2. send more data then whats in the send buffer.

The fix is to postpone sack retransmit to a subsequent recovery episode
if the current retransmit pointer is beyond snd_recover.

Thanks to Mohan Srinivasan for helping fix the bug.

Submitted by:Daniel Lang

Details

Provenance
jayanthAuthored on
Parents
rS132416: Diff reduction to NetBSD.
Branches
Unknown
Tags
Unknown