View | Details | Raw Unified | Return to bug 790
Collapse All | Expand All

(-)a/src/routing/aodv/test/aodv-regression.cc (-1 / +1 lines)
 Lines 149-155    Link Here 
149
  ping.SetAttribute ("Verbose", BooleanValue (false)); // don't need verbose ping in regression test
149
  ping.SetAttribute ("Verbose", BooleanValue (false)); // don't need verbose ping in regression test
150
  ApplicationContainer p = ping.Install (m_nodes->Get (0));
150
  ApplicationContainer p = ping.Install (m_nodes->Get (0));
151
  p.Start (Seconds (0));
151
  p.Start (Seconds (0));
152
  p.Stop (m_time);
152
  p.Stop (m_time - NanoSeconds (1));
153
  
153
  
154
  // 4. write PCAP
154
  // 4. write PCAP
155
  std::string prefix = (WRITE_VECTORS ? NS_TEST_SOURCEDIR : GetTempDir ()) + m_prefix;
155
  std::string prefix = (WRITE_VECTORS ? NS_TEST_SOURCEDIR : GetTempDir ()) + m_prefix;

Return to bug 790