Go to the source code of this file.
Namespaces | |
namespace | second |
Variables | |
ns | second.address = ns.Ipv4AddressHelper() |
ns | second.clientApps = echoClient.Install(p2pNodes.Get(0)) |
ns | second.cmd = ns.CommandLine(__file__) |
ns | second.csma = ns.CsmaHelper() |
ns | second.csmaDevices = csma.Install(csmaNodes) |
ns | second.csmaInterfaces = address.Assign(csmaDevices) |
ns | second.csmaNodes = ns.NodeContainer() |
ns | second.echoClient = ns.UdpEchoClientHelper(csmaInterfaces.GetAddress(nCsma.value).ConvertTo(), 9) |
ns | second.echoServer = ns.UdpEchoServerHelper(9) |
c_int | second.nCsma = c_int(3) |
ns | second.p2pDevices = pointToPoint.Install(p2pNodes) |
ns | second.p2pInterfaces = address.Assign(p2pDevices) |
ns | second.p2pNodes = ns.NodeContainer() |
ns | second.pointToPoint = ns.PointToPointHelper() |
ns | second.serverApps = echoServer.Install(csmaNodes.Get(nCsma.value)) |
ns | second.stack = ns.InternetStackHelper() |
second.try : | |
second.value | |
c_bool | second.verbose = c_bool(True) |