Skip to content
  • Leigh B. Stoller's avatar
    Add trafgen/reset event for Mike. The event only goes to the traffic · 50515097
    Leigh B. Stoller authored
    source, which is something of a problem. The ugly solution right now
    is to send reset events to both the source and sink (sink first I
    would think) if you need both sides to get it.
    
    	$ns at 1 "$null0 reset"
    	$ns at 1 "$cbr0 reset"
    
    Another option might be to internally create the second event for
    reset ...
    50515097