[Sumover-dev] [svn commit] r4349 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Jan 20 18:05:07 GMT 2009


Author: soohyunc
Date: Tue Jan 20 18:05:06 2009
New Revision: 4349

Modified:
   vic/branches/cc/cc/tfwc_rcvr.cpp

Log:
(work-in-progress)
o	this commit is associated with Revision 4348.


Modified: vic/branches/cc/cc/tfwc_rcvr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_rcvr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_rcvr.cpp	Tue Jan 20 18:05:06 2009
@@ -96,6 +96,10 @@
 
 		// set this seqno to the prevseq before exit
 		prevseq_ = currseq_;
+
+		// set XR parameters
+		begins_ = ackofack_;
+		ends_ = currseq_ + 1;
 	}
 	// parse timestamp
 	else if (type == XR_BT_3) {



More information about the Sumover-dev mailing list