merge
This commit is contained in:
parent
43c34c7bec
commit
243088fac5
@ -31,10 +31,6 @@ public class Node {
|
||||
private UDPListen udpListen;
|
||||
|
||||
public Node() {
|
||||
<<<<<<< HEAD
|
||||
// System.setProperty("java.net.preferIPv4Stack" , "true"); // optional
|
||||
// IPv4 (mac, windows)
|
||||
=======
|
||||
System.setProperty("java.net.preferIPv4Stack" , "true"); // optional IPv4 (mac, windows)
|
||||
|
||||
//get a port
|
||||
@ -48,7 +44,6 @@ public class Node {
|
||||
}
|
||||
}
|
||||
|
||||
>>>>>>> fixed string.split(), fixed indices
|
||||
try {
|
||||
channel = DatagramChannel.open();
|
||||
channel.socket().bind(new InetSocketAddress("localhost", port));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user