[ns] Correction to my previous scoreboard.cc patch

Ethan Blanton eblanton@cs.ohiou.edu
Wed, 5 Jul 2000 18:17:48 -0400


--/9DWx/yDrRhgMJTb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Once again...

Sorry to clutter your mailboxes with an extra message when I shoulda caught
this the first time, but the attached patch makes my previous scoreboard.cc
patch actually work.  ;-)
Ethan

--/9DWx/yDrRhgMJTb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="scoreboard.cc.diff"

83,84c83,84
< 	if (SBN[first_].seq_no_ <= last_ack) {
< 		for (i=SBN[(first_)%SBSIZE].seq_no_; i<=last_ack; i++) {
---
> 	if (length_ && SBN[first_].seq_no_ <= last_ack) {
> 		for (i=SBN[first_].seq_no_; i<=last_ack; i++) {

--/9DWx/yDrRhgMJTb--