Re: [ns] ns-2.29 under cygwin

2006-12-20 Thread Nur Aini Rakhmawati
change this line system=MP-RAS-`awk '{print }' /etc/.relid'` become system=MP-RAS-`awk '{print }' /etc/.relid` you can find this in configure file - Original Message From: s. gazal [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Wednesday, December 20, 2006 4:04:12 AM Subject: [ns]

[ns] 80211b send receive: differences in packet sizes?

2006-12-20 Thread Lars Lars
Hi, I've two simulations, both over 802.11b networks and in both simulations, my sent packets are consistently 52Bytes larger then the receive packets?? Below is a section of out.tr for the TCP simulation? Can anyone explain the differences in sent received packet sizes? Thanks L s

[ns] How to set error rate for Two-state error model

2006-12-20 Thread jas Ogwilu
I have the following code for my error model. How can i set the model so that my packet loss rate is 20%. Thanks for your help set good [new ErrorModel/Uniform 0 pkt] set bad [new ErrorModel/Uniform .7 pkt] set m_states [list $good $bad] set m_periods [list 0.1 0.75] set m_transmx {{0.9