|
Bugzilla – Full Text Bug Listing |
| Summary: | The patch for WAVE channel coordination and WAVE example reported by Tiago Cerqueira | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Junling Bu <linlinjavaer> |
| Component: | wave module | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: |
The patch for WAVE channel coordination and WAVE example reported by Tiago Cerqueira
The new patch which removes LOG_UNCOND |
||
|
Description
Junling Bu
2015-07-01 10:46:18 UTC
Does this patch solve the synchronization issue that Tiago pointed out on the list? I don't see any delay randomization added to it. Also, I prefer to avoid NS_LOG_UNCOND() and keep the std::cout. NS_LOG statements disappear in optimized builds. Created attachment 2112 [details]
The new patch which removes LOG_UNCOND
(In reply to Tom Henderson from comment #1) > Does this patch solve the synchronization issue that Tiago pointed out on > the list? I don't see any delay randomization added to it. > > Also, I prefer to avoid NS_LOG_UNCOND() and keep the std::cout. NS_LOG > statements disappear in optimized builds. Hi Tom, The patch fixed the problem reported by Tiago, which is not caused by synchronization actually. And he has confirmed that his example can run as supposed. In this new patch, I follow your suggestion to not use ND_LOG_UNCOND. pushed in changeset 11608:79f3e06b9420 |