bug 954: Changing the simulation time resolution does not work well with attributes

This commit is contained in:
Peter D. Barnes, Jr.
2012-12-08 21:23:44 -08:00
parent 2695a9f9ce
commit 3086fb5c95
5 changed files with 371 additions and 185 deletions

View File

@@ -27,6 +27,7 @@ NS_LOG_COMPONENT_DEFINE ("FirstScriptExample");
int
main (int argc, char *argv[])
{
Time::SetResolution (Time::NS);
LogComponentEnable ("UdpEchoClientApplication", LOG_LEVEL_INFO);
LogComponentEnable ("UdpEchoServerApplication", LOG_LEVEL_INFO);