-
Notifications
You must be signed in to change notification settings - Fork 495
Open
Labels
Description
Hi
i tried tu use the library but it seems that it only supports http trackers.
When torrent has udp tracker then:
in method org.bitlet.wetorrent.Tracker.trackerRequest(Torrent, String)
line 68: URL trackerUrl = new URL(trackerUrlString);
will cause:
java.net.MalformedURLException: unknown protocol: udp
Maybe this will be helpfull:
http://stackoverflow.com/questions/15184376/torrent-related-tracker-response-on-udp-protocol-update-3-working
Best regards
Pawel
Reactions are currently unavailable