Bugzilla – Bug 2752
Data is sent twice on BulkSendApplication when Server start times are offset
Last modified: 2017-06-06 18:35:54 UTC
Created attachment 2866 [details] Data is sent twice on BulkSendApplication There are a certain number of wifi stations sending 1000 bytes to a single AP. I changed the application (BulkSendApplication) start times on the stations, so that they are 0.1 seconds apart (Station 1 sends at 2s, Station 2 at 2.1s, Station 3 at 2.2s and so on). However this resulted in the data (1000 bytes) being sent twice. For 10 stations, the flow monitor shows a total 40 flows (which should be 20 ideally). I verified this anomaly with the PCAP file as well. The data is sent twice by all the stations to the AP. Thanks, Varun
Created attachment 2867 [details] Data is sent twice on BulkSendApplication