> I just started using ns3. I was using ns2 before but it couldn't
> implement the fragmentation in DCF protocol ans I heard that it's
> already implemented in ns3
> Can anyone tell me how to implement a 802.11a Network using
> fragmentation and to find the throughput and delay using ns3?
WifiHelper wifi = WifiHelper::Default ();
wifi.SetRemoteStationManager ("ns3::ArfWifiManager",
"FragmentationThreshold", UintegerValue (512));
Mathieu