Hi,
you actually found a bug (thanks).
I already patched it in the last ns-3-dev, just update it.
As a side note, you need to add this line somewhere before the internet stack is installed:
Config::SetDefault("ns3::ArpCache::PendingQueueSize", UintegerValue (10));
Otherwise you'll have the last fragment dropped in the CSMA section.
Cheers,
T.