equal
deleted
inserted
replaced
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 ()) |