[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Is there ways to schedule packet transmission in TCL



Hi, Haobo,

How if I do not use tcp source, my idea behind is when controller receives a
transmission permit it will schedule packet transmission for corresponding
source. It is somewhat like base station scheduling packet transmission in
TDMA. But I don't want to implement it in C++ (Or is there C++
implementation exists?).  

Thanks for your help.

On Mon, 29 May 2000, you wrote: > $ns at 10.0 "$tcp send 1"
> 
> On Mon, 29 May 2000, Anaking wrote:
> 
> > Date: Mon, 29 May 2000 13:29:53 -0800
> > From: Anaking <[email protected]>
> > To: NS-USERS <[email protected]>
> > Subject: [ns] Is there ways to schedule packet transmission in TCL
> > 
> > I want to control packet transmission in tcl script. Like Scheduler::schedule().
> > Is it possible? 
> > 
> > Thanks
> >