[Ns-bugs] [Bug 802] Minstrel algorithm causes segmentation fault
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sat Apr 10 15:13:16 PDT 2010
http://www.nsnam.org/bugzilla/show_bug.cgi?id=802
--- Comment #4 from duy <dnlove at gmail.com> 2010-04-10 18:13:16 EDT ---
It seems like Onoe fails as well. I have traced down to the following source
of problems:
src/devices/wifi/minstrel-wifi-manager.cc
bool
MinstrelWifiManager::IsLowLatency (void) const
{
return false;
}
and
src/devices/wifi/wifi-remote-station-manager.cc:353
if (!IsLowLatency ())
{
// Note: removing the packet below is wrong: what happens in case of
retransmissions ???
TxModeTag tag;
bool found;
found = ConstCast<Packet> (packet)->RemovePacketTag (tag);
NS_ASSERT (found);
return tag.GetDataMode ();
}
I still don't understand how we are modeling the LowLantency and not low
latency(e.g. removing TxModeTag)
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list