Merge branch 'master' of mojotrollz.eu:college

This commit is contained in:
Denis 2012-11-20 16:11:22 +01:00
commit bf50156ced

View File

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