mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
fixup
This commit is contained in:
parent
227ae70a1d
commit
045eff04ff
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ main (int argc, char *argv[])
|
|||
Ipv6InterfaceContainer interfaces = address.Assign (devices);
|
||||
|
||||
NdCacheHelper nsHelper;
|
||||
nsHelper.Install (nodes, interfaces);
|
||||
nsHelper.Install (devices, interfaces);
|
||||
|
||||
UdpEchoServerHelper echoServer (9);
|
||||
ApplicationContainer serverApps = echoServer.Install (nodes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue