equal
deleted
inserted
replaced
117 m_traceMobility (false), |
117 m_traceMobility (false), |
118 m_protocol (2) // AODV |
118 m_protocol (2) // AODV |
119 { |
119 { |
120 } |
120 } |
121 |
121 |
122 std::string |
122 static inline std::string |
123 PrintReceivedPacket (Ptr<Socket> socket, Ptr<Packet> packet) |
123 PrintReceivedPacket (Ptr<Socket> socket, Ptr<Packet> packet) |
124 { |
124 { |
125 SocketAddressTag tag; |
125 SocketAddressTag tag; |
126 bool found; |
126 bool found; |
127 found = packet->PeekPacketTag (tag); |
127 found = packet->PeekPacketTag (tag); |