Re: [ns] Newbie question

2007-11-17 Thread dhairya
got sorted out few things... However, I wanted to know what methods/objects are invoked when a link failure occurs ? Can one clarify this - when i run a ns2 script, i think a single simulator object created and tht controls the flow and events ? -DP dhairya wrote: yeah. I got

Re: [ns] Newbie question

2007-11-17 Thread dhairya
it so as to drop the packet and send an ICMP packet back to the source. ne idea how do i do that ? -DP dhairya wrote: got sorted out few things... However, I wanted to know what methods/objects are invoked when a link failure occurs ? Can one clarify this - when i run a ns2 script, i

Re: [ns] Newbie question

2007-11-16 Thread dhairya
Also, where is the output of the printf statements in the C++ class printed ?? -DP dhairya wrote: Thanks for the reply.. .but am unclear and have few more doubtsn.. How do I trace the actual flow ...say when I run the Tcl Script, I want to track Tcl Objects as well as the invoked C

Re: [ns] Newbie question

2007-11-16 Thread dhairya
it... like the NIx vector routingso I need to understand how it updates the routing table, where it is maintained etc... -DP Claus Christmann wrote: See inline below: dhairya wrote:Hi, Hi, I'm new to ns2 and had few questions regarding it : 1. Is the route

[ns] Newbie question

2007-11-15 Thread dhairya
Hi, I'm new to ns2 and had few questions regarding it : 1. Is the route-computation table stored globally than specific to node. 2. How does this simulation work, I mean the flow from invoking the ns2 script to the invoking the C++ code 3. If I make few changes to the existing code, how