Uses of Class
org.klomp.snark.UDPTrackerClient.TrackerResponse
-
Packages that use UDPTrackerClient.TrackerResponse Package Description org.klomp.snark I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features. -
-
Uses of UDPTrackerClient.TrackerResponse in org.klomp.snark
Methods in org.klomp.snark that return UDPTrackerClient.TrackerResponse Modifier and Type Method Description UDPTrackerClient.TrackerResponse
UDPTrackerClient. announce(byte[] ih, byte[] peerID, int max, long maxWait, String toHost, int toPort, long downloaded, long left, long uploaded, int event, boolean fast)
Announce and get peers for a torrent.
-