tcp/sack: Fix the condition that SACK rescue retransmit can't be done
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 23 May 2012 09:38:30 +0000 (17:38 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 24 May 2012 02:50:37 +0000 (10:50 +0800)
commiteb5f6cff41c9596ea14f08cf6f7d160c6c592127
tree0c72e4142e217c33f33fa17b0aa3d63fdf4873c2
parent64debfd64080981aae2369d7537a15e9b8fef95b
tcp/sack: Fix the condition that SACK rescue retransmit can't be done

If we have nothing left above the HighRxt, the first unSACKed segment
will be used as the SACK rescue retransmit.
sys/netinet/tcp_sack.c