burst error model uses two random variables
authorTom Henderson <tomh@tomh.org>
Wed, 01 May 2013 06:14:51 -0700
changeset 9734 5189884ac0fa
parent 9733 7eca59a61873
child 9735 f514ef70e2f4
burst error model uses two random variables
src/network/utils/error-model.cc
--- a/src/network/utils/error-model.cc	Tue Apr 30 08:56:18 2013 -0400
+++ b/src/network/utils/error-model.cc	Wed May 01 06:14:51 2013 -0700
@@ -352,7 +352,7 @@
   NS_LOG_FUNCTION (this << stream);
   m_burstStart->SetStream (stream);
   m_burstSize->SetStream(stream);
-  return 1;
+  return 2;
 }
 
 bool