In file ns-2/ll.cc : in procedure LL:sendto(...) Is the line s.schedule(h, &intr_, txtime(p) - delay_) correct? Should the intr be scheduled at txtime(p), rather than txtime(p) - delay_ ? (in fact, txtime(p)-delay_ ends up being negative). - nitin