[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Event scheduling
Hi,
x is a time that between 0 and r, for example,
I received a command at time $x (I can know $x, it
is just [$ns now] in the program) that asks
me to change the event scheduled at $r to happen
at current time $x.
Thanks,
S. Wu
On Mon, 13 Aug 2001, Dan Iregren wrote:
> On Monday 13 August 2001 06:54, SHUJU WU wrote:
> > Dear NS users,
> >
> > (I'm not sure if I have sent it two times, I'm
> > sorry if I have.)
> >
> > If at time 0, I used the command "$ns at $r proc"
> > to schedule an event that happens
> > at time $r, how can I make the event happen earlier
> > than $r? I mean, after I schedule the event, I
> > want the event to happen at $x (0 < $x < $r), how
> > can I realize this?
>
> When is the value of x established?
> /Dan
>