bug 1900: adjust an AODV test to provide consistent traces and avoid floating point differences

This commit is contained in:
Tom Henderson
2014-05-28 13:00:15 -07:00
parent e77f033498
commit f32803f7b9
5 changed files with 1 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ Bug772ChainTest::CreateDevices ()
uint16_t port = 9; // Discard port (RFC 863)
OnOffHelper onoff (m_proto, Address (InetSocketAddress (interfaces.GetAddress (m_size-1), port)));
onoff.SetConstantRate (DataRate (64000));
onoff.SetAttribute ("PacketSize", UintegerValue (1200));
onoff.SetAttribute ("PacketSize", UintegerValue (1000));
ApplicationContainer app = onoff.Install (m_nodes->Get (0));
app.Start (Seconds (1.0));
app.Stop (m_time);