From 0c18b9770f27187741a2e4e7c10ce1c9b8a66c75 Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Fri, 18 Feb 2011 10:33:46 +0000 Subject: Fix UPnP on Windows: weupnp library gets local address of a socket using DatagramSocket.connect() method but it always returns 0.0.0.0 address so use TCP Socket.connect with the host/port of the UPnP device location. --- lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar | Bin 25871 -> 26147 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'lib') diff --git a/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar b/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar index 3e0c36f..d404133 100644 Binary files a/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar and b/lib/installer-exclude/weupnp-0.1.2-SNAPSHOT.jar differ -- cgit v1.1