Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Commit b47bfdd

Browse files
committed
Fixes
1 parent af27799 commit b47bfdd

5 files changed

Lines changed: 2 additions & 0 deletions

File tree

0 Bytes
Binary file not shown.
137 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/ch/tyratox/infcom/share/dropshare/MiniChat.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ public static void main(String[] args) {
6565
public void run() {
6666
try {
6767
try{
68+
System.setProperty("java.net.preferIPv4Stack", "true");
69+
6870
System.out.println("Starting Getting Multicast Socket....");
6971
group = InetAddress.getByName(JOptionPane.showInputDialog("Enter the multicast address"));
7072
getSocket = new MulticastSocket(port_udp);

0 commit comments

Comments
 (0)