[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

Re: [ns] CBR packet size on 802.11b link

2006-12-19 Thread Lars Lars
? It's not any clearer why the received packet at node1 is smaller than the sent packet at node0? Richard From: Pedro Vale Estrela [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Lars Lars' [EMAIL PROTECTED], ns-users@ISI.EDU Subject: Re: [ns] CBR packet size on 802.11b link Date: Mon, 18 Dec

[ns] TCP over 802.11b dropping ACKs

2006-12-19 Thread Lars Lars
Hi, I've a 2-node(static) wireless link(802.11b). The tracefile is showing me that ACK packets being sent from node1 to node0 are being dropped(which is OK), however, the fourth column in the tracefile is IFQ which implies that these packets are being dropped due to the ifq. How can this be?

Re: [ns] TCP over 802.11b dropping ACKs

2006-12-19 Thread Lars Lars
PROTECTED] To: 'Lars Lars' [EMAIL PROTECTED] Subject: RE: [ns] TCP over 802.11b dropping ACKs Date: Tue, 19 Dec 2006 18:06:43 -0500 This shouldn't happen. However try: Queue/DropTail/PriQueue as interface queue type instead of Queue/DropTail Dan Dechene, B.Eng. -Original Message- From: [EMAIL

Re: [ns] lower than expected throughput for 802.11 CBR simulation

2006-12-17 Thread Lars Lars
Hi, my tcl script set val(chan) Channel/WirelessChannel;# channel type set val(prop) Propagation/TwoRayGround ;# radio-propagation model set val(netif) Phy/WirelessPhy;# network interface type set val(mac)Mac/802_11