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

Re: [ns] change flow id at intermediate node



You would have to modify the classifier, wich would require some C++ code to be 
added. Or better yet implement a filter wich would remark packets. see filter.cc 
and filter.h. Packet manipulation pretty much "has" to be done using C++. 

>Date: Sat, 14 Oct 2000 23:38:17 -0400 (EDT)
>From: Neha Rajendra Shah <[email protected]>
>To: ns <[email protected]>
>Subject: [ns] change flow id at intermediate node
>MIME-Version: 1.0
>
>Hi all,
>
>How do i change the flow_id of the flow at the intermediate node using
>Tcl script?
>
>I am trying to generate two traffic flows from a node which after being
>classified by an intermediate node would change their flow id thus
>classifying them.
>
>Can someone throw some light on this please...
>
>thanks
>-neha 
>
>
>===================================
>             Neha Shah            =
>===================================
>    Graduate Research Assistant   =
>  Masters in  Computer Networking =
>  North Carolina State University =
>===================================

Tarik