Merge with code.nsnam.org

This commit is contained in:
Kirill Andreev
2009-07-31 18:09:24 +04:00
4 changed files with 11 additions and 6 deletions

View File

@@ -18,8 +18,6 @@ import ns3
ns3.LogComponentEnable("UdpEchoClientApplication", ns3.LOG_LEVEL_INFO)
ns3.LogComponentEnable("UdpEchoServerApplication", ns3.LOG_LEVEL_INFO)
ns3.RandomVariable.UseGlobalSeed(1, 1, 2, 3, 5, 8)
nodes = ns3.NodeContainer()
nodes.Create(2)