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

v.3 Responding to code review comments

https://codereview.appspot.com/6821106/
This commit is contained in:
Peter D. Barnes, Jr.
2013-08-14 16:52:06 -07:00
parent d1ce1beb67
commit 85e9ba3b48
7 changed files with 415 additions and 65 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);