I was working with a client-server project based on UDP and 802.11 as a link and physical layer. There, Client was trying to probe some packets in the wireless channel to gauge channel condition. This function is required to set up the transmission speed & estimate packet drop rate in my client application. To carry out that function, It is required to measure the number of re-transmission that is occurring in IEEE 802.11. In the transport layer, there won't be any re-transmission as UDP is used but if the wireless channel is bad (no acknowledgement from the receiver MAC) the IEEE802.11 wifi NIC will re-transmit. How should I measure the number of re-transmission in IEEE 802.11 layer? Say for 200 packets from application how many re-transmission in IEEE 802.11 layer?

Or Is there any kernel hack that will stop the IEEE802.11 re-transmission feature?

More Hasibul Jamil's questions See All
Similar questions and discussions