|
Bugzilla – Full Text Bug Listing |
| Summary: | Application::Start/Stop, time parameter inconsistent with Simulator::Schedule, Simulator::StopAt(time)->Stop(time) | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | core | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to make all times relative | ||
|
Description
Gustavo J. A. M. Carneiro
2008-05-28 11:28:37 UTC
Created attachment 139 [details]
patch to make all times relative
looks good to me. I assume you reviewed all callers of Application::Start and Stop to verify that they would still work unmodified with the new semantics ? (In reply to comment #2) > looks good to me. I assume you reviewed all callers of Application::Start and > Stop to verify that they would still work unmodified with the new semantics ? > Yes. This only affects Start/Stop in the middle of a simulation. At the start of simulation relative/absolute makes no difference. Committed. |