mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
fixup: broadcast hack
This commit is contained in:
parent
51b110bf68
commit
603d8ccf70
4 changed files with 71 additions and 39 deletions
|
@ -21,7 +21,7 @@ main (int argc, char *argv[])
|
|||
Time::SetResolution (Time::NS);
|
||||
LogComponentEnable ("UdpEchoClientApplication", LOG_LEVEL_INFO);
|
||||
LogComponentEnable ("UdpEchoServerApplication", LOG_LEVEL_INFO);
|
||||
LogComponentEnable ("UdpClient", LOG_LEVEL_INFO);
|
||||
LogComponentEnable ("UdpEchoClient", LOG_LEVEL_INFO);
|
||||
|
||||
NodeContainer nodes;
|
||||
nodes.Create (3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue