fixup: broadcast hack

This commit is contained in:
Tim Schubert 2020-06-27 21:16:57 +02:00
parent 51b110bf68
commit 603d8ccf70
4 changed files with 71 additions and 39 deletions

View file

@ -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);