[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PGM-impl specific Q. (fwd)
In binary-pgm.tcl line 64-69:
64 if {$agentlist != ""} {
65
66 set rmproto PGM
67 set rmhandle [$ns mrtproto $rmproto $agentlist]
68 }
69
Since I am not on the ns mailing list, if you have any further questions,
you
might want to directly contact me. I will be happy of your help.
-sherlia
[email protected] wrote:
> ------------ Prabhat Kumar writes:
> >From [email protected] Thu Dec 10 16:17 CST 1998
> Sender: [email protected]
> Message-ID: <[email protected]>
> Date: Thu, 10 Dec 1998 16:57:30 -0500
> From: Prabhat Kumar <[email protected]>
> Organization: Univ. of Maryland, College Park
> X-Mailer: Mozilla 4.08 [en] (X11; U; SunOS 5.5 sun4m)
> MIME-Version: 1.0
> To: [email protected]
> Subject: PGM-impl specific Q.
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain; charset=us-ascii
> Content-Length: 327
>
> This is a question regarding the PGM implementation code for ns.
>
> I was browsing through the example program, binary-pgm.tcl, wherein I
> noticed that the router nodes dont seem to be modified (for
> pgm-specific work) i.e. no attached PGM agent . Is it because its
> not a real test-code or did i miss something?
>
> -prabhat