Merge branch 'master' of mojotrollz.eu:college
This commit is contained in:
commit
bf50156ced
@ -31,6 +31,7 @@ public class Node {
|
||||
private UDPListen udpListen;
|
||||
|
||||
public Node() {
|
||||
//System.setProperty("java.net.preferIPv4Stack" , "true"); // optional IPv4 (mac, windows)
|
||||
try {
|
||||
channel = DatagramChannel.open();
|
||||
channel.socket().bind(null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user