Re: Fwd: QoSR in Ns-2
Brought to you by:
iamamardeep,
shreeraman
From: Amardeep S. <ama...@ii...> - 2002-04-30 09:03:45
|
hi, sorry for the late reply. my final exams were going on. > ----- Forwarded message from Igor Canan=E9a (icc) <ic...@ci...> ---= -- > Hi. >=20 > I'm working on a network project at my university (UFPE - Brazil) using > ns-2 and qosr 1.0.1. > After creating examples and hacking through the code, I figured that th= e > path with the largest bandwidth available which suits my application is > always the chosen one. But, I've made an example where that doesn't > happen. I like to know if I wrong (maximum bw is not what counts). actually it is not what is happening. the code is written to give a path=20 with shortest number of hops which has the required bandwidth available. so, the script you posted works the way it is supposed to work. On the other hand, it is easy enough to create a method which returns the= =20 path with largest amount of bandwidth available. i think it should be eas= y=20 to modify QOSRouting::get_od_explicit_route in new release of qosrns to=20 support that. anyway, if you need some idea about how to create such a method, i=20 would be able to help you. --=20 Amardeep Singh |