Counting the Number of re-transmission for a single UDP packet transmission in IEEE 802.11

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












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?










share|improve this question







New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • I think you need to clarify the difference between the network layers. Packets are at the network level, where addressing happens (i. e. TCP/IP addresses for TCP and UDP packets); 802.11 doesn't come into play here. That's a specification for the physical and data link layers. The wireless network infrastructure retransmitting is not the same as a host retransmitting a network packet (which doesn't happen over UDP anyhow; that's one of the main differences between UDP and TCP).
    – DopeGhoti
    7 mins ago














up vote
0
down vote

favorite












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?










share|improve this question







New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • I think you need to clarify the difference between the network layers. Packets are at the network level, where addressing happens (i. e. TCP/IP addresses for TCP and UDP packets); 802.11 doesn't come into play here. That's a specification for the physical and data link layers. The wireless network infrastructure retransmitting is not the same as a host retransmitting a network packet (which doesn't happen over UDP anyhow; that's one of the main differences between UDP and TCP).
    – DopeGhoti
    7 mins ago












up vote
0
down vote

favorite









up vote
0
down vote

favorite











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?










share|improve this question







New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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?







linux wifi






share|improve this question







New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 28 mins ago









H.Jamil

1




1




New contributor




H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






H.Jamil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • I think you need to clarify the difference between the network layers. Packets are at the network level, where addressing happens (i. e. TCP/IP addresses for TCP and UDP packets); 802.11 doesn't come into play here. That's a specification for the physical and data link layers. The wireless network infrastructure retransmitting is not the same as a host retransmitting a network packet (which doesn't happen over UDP anyhow; that's one of the main differences between UDP and TCP).
    – DopeGhoti
    7 mins ago
















  • I think you need to clarify the difference between the network layers. Packets are at the network level, where addressing happens (i. e. TCP/IP addresses for TCP and UDP packets); 802.11 doesn't come into play here. That's a specification for the physical and data link layers. The wireless network infrastructure retransmitting is not the same as a host retransmitting a network packet (which doesn't happen over UDP anyhow; that's one of the main differences between UDP and TCP).
    – DopeGhoti
    7 mins ago















I think you need to clarify the difference between the network layers. Packets are at the network level, where addressing happens (i. e. TCP/IP addresses for TCP and UDP packets); 802.11 doesn't come into play here. That's a specification for the physical and data link layers. The wireless network infrastructure retransmitting is not the same as a host retransmitting a network packet (which doesn't happen over UDP anyhow; that's one of the main differences between UDP and TCP).
– DopeGhoti
7 mins ago




I think you need to clarify the difference between the network layers. Packets are at the network level, where addressing happens (i. e. TCP/IP addresses for TCP and UDP packets); 802.11 doesn't come into play here. That's a specification for the physical and data link layers. The wireless network infrastructure retransmitting is not the same as a host retransmitting a network packet (which doesn't happen over UDP anyhow; that's one of the main differences between UDP and TCP).
– DopeGhoti
7 mins ago















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






H.Jamil is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478004%2fcounting-the-number-of-re-transmission-for-a-single-udp-packet-transmission-in-i%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








H.Jamil is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















H.Jamil is a new contributor. Be nice, and check out our Code of Conduct.












H.Jamil is a new contributor. Be nice, and check out our Code of Conduct.











H.Jamil is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478004%2fcounting-the-number-of-re-transmission-for-a-single-udp-packet-transmission-in-i%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay