remove unrelated attribute configuration
authorTom Henderson <tomh@tomh.org>
Mon, 28 Dec 2015 16:56:15 -0800
changeset 11799 f410a3b3825b
parent 11798 838552e9d264
child 11800 bd9c9abd5d6e
remove unrelated attribute configuration
src/wifi/test/wifi-test.cc
--- a/src/wifi/test/wifi-test.cc	Wed Dec 23 09:43:13 2015 -0800
+++ b/src/wifi/test/wifi-test.cc	Mon Dec 28 16:56:15 2015 -0800
@@ -536,8 +536,6 @@
   m_received = 0;
 
   Config::SetDefault ("ns3::WifiRemoteStationManager::FragmentationThreshold", StringValue ("2304"));
-  Config::SetDefault ("ns3::TcpSocket::DelAckCount", UintegerValue (2));
-  Config::SetDefault ("ns3::TcpSocket::SegmentSize", UintegerValue (1460));
 
   NodeContainer wifiStaNode;
   wifiStaNode.Create (1);