@@ -1013,8 +1013,8 @@ DsrRouting::CheckSendBuffer()
10131013 /* ackId=*/ 0 ,
10141014 /* segsLeft=*/ nodeList.size () - 2 ,
10151015 /* expire=*/ m_maxMaintainTime);
1016- bool result = m_maintainBuffer. Enqueue (
1017- newEntry); // Enqueue the packet the the maintenance buffer
1016+ bool result =
1017+ m_maintainBuffer. Enqueue ( newEntry); // Enqueue the packet the maintenance buffer
10181018 if (result)
10191019 {
10201020 NetworkKey networkKey;
@@ -1282,7 +1282,7 @@ DsrRouting::PacketNewRoute(Ptr<Packet> packet,
12821282 /* segsLeft=*/ nodeList.size () - 2 ,
12831283 /* expire=*/ m_maxMaintainTime);
12841284 bool result =
1285- m_maintainBuffer.Enqueue (newEntry); // Enqueue the packet the the maintenance buffer
1285+ m_maintainBuffer.Enqueue (newEntry); // Enqueue the packet the maintenance buffer
12861286
12871287 if (result)
12881288 {
@@ -1611,7 +1611,7 @@ DsrRouting::Send(Ptr<Packet> packet,
16111611 /* segsLeft=*/ nodeList.size() - 2,
16121612 /* expire=*/ m_maxMaintainTime);
16131613 bool result =
1614- m_maintainBuffer.Enqueue(newEntry); // Enqueue the packet the the maintenance buffer
1614+ m_maintainBuffer.Enqueue(newEntry); // Enqueue the packet the maintenance buffer
16151615 if (result)
16161616 {
16171617 NetworkKey networkKey;
@@ -1923,7 +1923,7 @@ DsrRouting::SendPacketFromBuffer(const DsrOptionSRHeader& sourceRoute,
19231923 /* segsLeft=*/ nodeList.size () - 2 ,
19241924 /* expire=*/ m_maxMaintainTime);
19251925 bool result =
1926- m_maintainBuffer.Enqueue (newEntry); // Enqueue the packet the the maintenance buffer
1926+ m_maintainBuffer.Enqueue (newEntry); // Enqueue the packet the maintenance buffer
19271927
19281928 if (result)
19291929 {
0 commit comments