bug 1900: adjust an AODV test to provide consistent traces and avoid floating point differences
This commit is contained in:
@@ -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);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user