RecvReply changed to respond properly to receive RREP with origin address != receiver address, but == local address of another interface

This commit is contained in:
Borovkova Elena
2009-07-30 11:14:47 +04:00
parent cc4a5ac145
commit bfec349d77
6 changed files with 31 additions and 31 deletions

View File

@@ -45,7 +45,6 @@ Ptr<Socket>
Socket::CreateSocket (Ptr<Node> node, TypeId tid)
{
Ptr<Socket> s;
NS_LOG_UNCOND(tid);
NS_ASSERT(node != 0);
Ptr<SocketFactory> socketFactory = node->GetObject<SocketFactory> (tid);
NS_ASSERT(socketFactory != 0);