tcp: Tcp Ledbat attributes renamed also in test

This commit is contained in:
Natale Patriciello
2017-02-06 15:36:36 +01:00
parent fbd0cfb1fb
commit 62595ed00a

View File

@@ -141,7 +141,7 @@ TcpLedbatIncrementTest::DoRun ()
Ptr<TcpLedbat> cong = CreateObject <TcpLedbat> ();
cong->SetAttribute ("SSParam", StringValue ("no"));
cong->SetAttribute ("noiseFilterLen", UintegerValue (1));
cong->SetAttribute ("NoiseFilterLen", UintegerValue (1));
m_state->m_rcvTimestampValue = 2;
m_state->m_rcvTimestampEchoReply = 1;
@@ -208,7 +208,7 @@ TcpLedbatDecrementTest::DoRun ()
Ptr<TcpLedbat> cong = CreateObject <TcpLedbat> ();
cong->SetAttribute ("SSParam", StringValue ("no"));
cong->SetAttribute ("noiseFilterLen", UintegerValue (1));
cong->SetAttribute ("NoiseFilterLen", UintegerValue (1));
m_state->m_rcvTimestampValue = 2;
m_state->m_rcvTimestampEchoReply = 1;