Bug 160

Summary: InternetStackHelper::EnablePcapTrace isn't safe for multiple simulations runs in one script
Product: ns-3 Reporter: Rajib Bhattacharjea <raj.b>
Component: samplesAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

Description Rajib Bhattacharjea 2008-04-04 16:54:15 UTC
The InternetStackHelper keeps a static list of open tracefiles, which don't ever get cleaned up.  Some kind of cleanup function needs to be scheduled for simulator destroy time.
Comment 1 Craig Dowell 2008-05-08 12:58:25 UTC
Didn't attempt to anticipate what user wanted.  Every simulation results in overwriting pcap files.  If user wants to save, must do so manually at inter-simulation time.