ed its limit so that
instead of complete information, part of the information attached to it?
Regards
Ranjana
From: itishi saxena
To: M Falahati
Sent: Wednesday, 12 December 2012 10:30 AM
Subject: Re: [ns] Schedule the backoff timer in mac-802_11
Hello Falah
Hello,
I found that below text (from IEEE Standard) is causing to set backoff
timer after successful transmission:
*A backoff procedure shall be performed immediately after the end of every
transmission with the More Fragments bit equal to 0 of an MPDU of type
Data,Management,
or Control with su
Yes, it is correct for the specific case you are handling. When I
switched to the picture got the impression its for the generic case.
My bad -- SK
On Fri, Dec 7, 2012 at 12:34 PM, M Falahati wrote:
> Dear Kandasamy,
>
> Thank you very much for your guidance.
>
> I agree with you that flowchart
Dear Kandasamy,
Thank you very much for your guidance.
I agree with you that flowchart is incomplete and i try to complete it
through the assistance of you and other NS users.
*But i told: *
1) "*Note: this flowchart has drawn to present the send mechanism
of "broadcast
data packets" in Mac
Dear Falahati,
Doing a flow chart for 802.11 MAC for NS2 is very good. It is not a
easy task though as if you go deeper you will see 3 different flows
you must understand.
1. The event flow - How one event calls another
2. The state flow - For instance, how MAC states e.g tx_state or
rx_state ch
t retransmission...I m talknig about
> ns-2.34...I hope mechanism is similar for ns-2.35.
>
>
>
> From: M Falahati
> To: ns-users@ISI.EDU
> Sent: Thursday, 6 December 2012 2:55 AM
> Subject: [ns] Schedule the backoff ti
smitDATA()* function?
"
It is the function responsible for that retransmission...I m talknig about
ns-2.34...I hope mechanism is similar for ns-2.35.
From: M Falahati
To: ns-users@ISI.EDU
Sent: Thursday, 6 December 2012 2:55 AM
Subject: [ns] Schedule
Dear All,
I'm studying on implementation of mac-802_11 in ns-2.35.
I don't know that why is the following highlight line used in *
Mac802_11::RetransmitDATA()* function?
==
*if((u_int32_t)ETHER_ADDR(mh->dh_ra) == MAC_BROADCAST)