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.