network: Make simple channel supporting automatic partition
This commit is contained in:
@@ -406,7 +406,11 @@ SimpleNetDevice::IsPointToPoint (void) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
#ifdef NS3_MTP
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user