[ns] How to use semantic queue in ns2?

2007-06-13 Thread M. Shen
Hi everyone, I tried to use PacketQueue/Semantic as the queue protocol in my simulation, but segmentation fault occurs. Does anyone use PacketQueue/Semantic before? Did you have the same problem? Thank you very much, Maggie

Re: [ns] How to use semantic queue in ns2?

2007-06-13 Thread Wenhua Zhao
Hi, I never used that. But there are ways to debug the code. I use gdb and tcl-debug together to debug both the C++ and tcl code. I found it very helpful. See chapter 24 of `the manual' for how to use them. -- Wenhua On 6/13/07, M. Shen [EMAIL PROTECTED] wrote: Hi everyone, I tried to