Skip to content
Snippets Groups Projects
Commit 29f16061 authored by terry-norbraten's avatar terry-norbraten
Browse files

use defaults

parent dfa0bcb5
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ public class EntityUse ...@@ -88,7 +88,7 @@ public class EntityUse
espdu.setEntityType(et); espdu.setEntityType(et);
DisThreadedNetIF netif = new DisThreadedNetIF(); // uses defaults: multicast port 3000 ip 230.0.0.0 DisThreadedNetIF netif = new DisThreadedNetIF(); // uses defaults
// We want to listen also, so add a listener, using JDK8+ lambda grammar // We want to listen also, so add a listener, using JDK8+ lambda grammar
netif.addListener(pdu->handleReceivedPdu(pdu)); netif.addListener(pdu->handleReceivedPdu(pdu));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment