And also before all of this make sure that you are recompiling your code by 
doing the command : make.

Regards

--- En date de : Ven 14.1.11, manoj1987 <micman.ma...@hotmail.com> a écrit :

De: manoj1987 <micman.ma...@hotmail.com>
Objet: Re: [ns] How to make change in tcp.cc ?
À: ns-users@ISI.EDU
Date: Vendredi 14 janvier 2011, 18h20




Ghassan Akrem wrote:
> 
> It seems that any change I've made doesn't take effect at all.What am I
> suppose to do to make it work? Please help me. I make change like this :
> 
>             .
>             .
>             .
> 
>         case 9:
>         (I put the additonal change here)
>         break;
>        
> 

Probably, case 9 in the switch  statement is never called/executed. Make
sure that the switch statement branches to case 9, by using a printf.


-----
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/How-to-make-change-in-tcp.cc---tp30670545p30673750.html
Sent from the ns-users mailing list archive at Nabble.com.





      

Reply via email to