[ns] new 80211 - Packet Loss

2006-07-14 Thread Pedro Fortuna
Hello, I know that in DCF, the MAC tries to send a packet 7 times before giving up. Using the new 80211 code from Mathieu Lacage, how can I know for sure when a packet has been lost (i.e. the sender gave up sending it) ? Thanks. Best Regards, Pedro Fortuna

Re: [ns] how to add delay factor bytes per second

2006-08-04 Thread Pedro Fortuna
Hi, Can't you use a time delay instead ? Maybe you can implement a custom queue which adds that overhead. It should not be so hard to do it if you create a subclass of Queue. Regards, Pedro Fortuna INESC Porto On 8/3/06, Muth S [EMAIL PROTECTED] wrote: Hi all, I need to add a delay

Re: [ns] VoIP traffic Simulator

2006-08-04 Thread Pedro Fortuna
Hello, I've been using Application/Traffic/Exponential as a traffic generator on top of Agent/UDP. It's not perfect, because, for instance, I specified 8Kbit data rate, but often I only see 5 or 6Kbit/s passing through... but maybe i'm doing something wrong Pedro Fortuna INESC Porto On 8/4

Re: [ns] VoIP traffic Simulator

2006-08-04 Thread Pedro Fortuna
? Or we simply assume UL and DL are independent traffic stream both generated by Application/Traffic/Exponential? I am simulating VoIP in 802.11 networks, where UL and DL compete for the same channel. Thanks Quoting Pedro Fortuna [EMAIL PROTECTED]: Hello, I've been using Application

Re: [ns] VoIP traffic Simulator

2006-08-04 Thread Pedro Fortuna
$par($i) start } thanks, Pedro Fortuna INESC Porto On 8/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If you want to simulate VoIP traffic you could also use the Paretto generator, I think it will simulate bursty VoIP more precisely than Exponential. Douglas Nascimento - UFRGS Quoting

Re: [ns] VoIP traffic Simulator (off-topic)

2006-08-07 Thread Pedro Fortuna
/UDP] $ns attach-agent $n(1) $udp0 set udp1 [new Agent/UDP] $ns attach-agent $n(2) $udp1 $ns connect $udp0 $udp1 Regards, Pedro Fortuna INESC Porto On 8/7/06, Renata Vidal [EMAIL PROTECTED] wrote: why always we have a null agent attached to a udp agent? On 8/4/06, Pedro Fortuna [EMAIL PROTECTED

Re: [ns] Copy the packets

2006-08-07 Thread Pedro Fortuna
Check function copy() of the class Packet (/common/packet.h .cc) Regards, Pedro Fortuna INESC Porto On 8/7/06, Bie New [EMAIL PROTECTED] wrote: Hello there, Does there exit a command that copy the packets it received. For example, N0N1, Agent ( on N1 ) copies packets received (from

Re: [ns] send_time = Now or Scheduler::instance().clock();

2006-08-10 Thread Pedro Fortuna
Actually, I think it is exactly the same thing, as Now is defined as a Scheduler::instance().clock(). You may even see in some places the macro CURRENT_TIME. They are all macros for Scheduler::instance().clock(). Regards, Pedro Fortuna INESC Porto On 8/10/06, Bie New [EMAIL PROTECTED] wrote

Re: [ns] send_time = Now or Scheduler::instance().clock();

2006-08-11 Thread Pedro Fortuna
you use find with grep?? P. Bie New wrote: Thanks Pedro, But where can I find the definition of NOW. Would you tell me in which files? :) 2006/8/11, Pedro Fortuna [EMAIL PROTECTED]: Actually, I think it is exactly the same thing, as Now is defined as a Scheduler::instance

[ns] new 802.11 - CAP proportion too big

2006-08-11 Thread Pedro Fortuna
there aren't enough CAPs to offer, the flows should try to transmit them using regular EDCA contention rules I'm not getting this behavior :( Thank you. -- Best Regards, Pedro Fortuna INESC Porto

Re: [ns] nsaddr_t data type

2006-08-11 Thread Pedro Fortuna
. How can I display using printf the value of (ih-daddr) the ip address of the destination, I can see the type of this field is nsaddr_t. Thank in advance -- Cumprimentos, Pedro Fortuna

Re: [ns] segmentation fault when using GOD

2006-08-13 Thread Pedro Fortuna
I don't know, but I suggest you use valgrind to debug it. Best Regards, Pedro Fortuna INESC Porto On 8/13/06, Hichem AYARI [EMAIL PROTECTED] wrote: Hi, Did any one know why when trying God::instance()-IsNeighbor(actualnode-nodeid() , i) i got a segmentation fault Hichem AYARI

Re: [ns] TCP Packet Sizes in Trace File

2006-08-18 Thread Pedro Fortuna
for viruses. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the view of Philip Toledo Limited -- Cumprimentos, Pedro Fortuna

Re: [ns] ns ftp

2006-08-23 Thread Pedro Fortuna
. In the meanwhile, NS3 is being planed and will be available some day. Best Regards, Pedro Fortuna INESC Porto On 8/23/06, Giorgis Georgakoudis [EMAIL PROTECTED] wrote: On Wednesday 23 August 2006 16:21, Pedro Fortuna wrote: No, not that I know. But it shouldnt be too hard to extend the existing one

Re: [ns] Recording the time a flow monitor exceeds a specific value

2006-08-25 Thread Pedro Fortuna
the RTP header). For TCP traffic I think that the Agent/TCP and Agent/TCPSink already includes statistics of retransmissions and other stuff. Hope it helps, Pedro Fortuna INESC Porto On 8/25/06, Nicholas Loulloudes [EMAIL PROTECTED] wrote: Hello Pedro, No i actually mean flowmonitor between two

Re: [ns] new 802.11 - CAP proportion too big

2006-09-05 Thread Pedro Fortuna
is the delay limit on queued packets you implemented on Yans? Thanks. Best Regards, Pedro Fortuna

Re: [ns] window_ TCP parameter

2006-09-13 Thread Pedro Fortuna
It's in packets, almost for sure. I believe there is another parameter named winbytes_ or something similar, which enables you to define the window size in bytes. Regards, Pedro Fortuna INESC Porto On 9/13/06, Renata Vidal [EMAIL PROTECTED] wrote: Hi, Anyone knows if window_ parameter