Re: [ns] Disabling ARP protocol for MAC evaluation

2006-11-08 Thread Michael Timmers
first you need to get a tcl reference for the arp-table: e.g. ($val(nn) = number of nodes in simulation) for {set i 0} {$i $val(nn) } { incr i } { set ll($i) [$node_($i) set ll_(0)] set arp($i) [$ll($i) get-arptable] } then you can put entries in the arp-table.

[ns] question concerning mac-timers.cc

2006-11-06 Thread Michael Timmers
Hello, I am using ns-2.29 and I have a problem where an event is being scheduled with a positive UID. It only happens in one simulation, but still I would like to know, because this could also have impact on other results. Detailed Info: - Warning