network: Make simple channel supporting automatic partition

This commit is contained in:
F5
2022-10-29 22:00:57 +08:00
parent 89c128b1a2
commit 91428b851c

View File

@@ -406,7 +406,11 @@ SimpleNetDevice::IsPointToPoint (void) const
{
return true;
}
#ifdef NS3_MTP
return true;
#else
return false;
#endif
}
bool