src/internet-stack/arp-l3-protocol.cc
changeset 3823 761f94afe2a2
parent 3765 a2c60d47218b
child 4170 8e5bdeb6a71b
equal deleted inserted replaced
3822:9a246859e808 3823:761f94afe2a2
   219               entry->MarkWaitReply (packet);
   219               entry->MarkWaitReply (packet);
   220               SendArpRequest (cache, destination);
   220               SendArpRequest (cache, destination);
   221             } 
   221             } 
   222           else if (entry->IsWaitReply ()) 
   222           else if (entry->IsWaitReply ()) 
   223             {
   223             {
   224               NS_FATAL_ERROR ("Test for possibly unreachable code-- please file a bug report if this is ever hit");
   224               NS_FATAL_ERROR ("Test for possibly unreachable code-- please file a bug report, with a test case, if this is ever hit");
   225             }
   225             }
   226         } 
   226         } 
   227       else 
   227       else 
   228         {
   228         {
   229           if (entry->IsDead ()) 
   229           if (entry->IsDead ())