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