|
|
|
@ -64,7 +64,7 @@ public class ClientDownloadUDP extends ClientDownload {
|
|
|
|
|
* @param hostItem Hostitem of the server
|
|
|
|
|
*/
|
|
|
|
|
protected ClientDownloadPart createDownloadPart(HostItem hostItem) {
|
|
|
|
|
return (ClientDownloadPart)new ClientDownloadPartUDP((ClientDownload)this, filename, hostItem.getUDPSocket(), partsSubdir, logger, client, tracker);
|
|
|
|
|
return (ClientDownloadPart)new ClientDownloadPartUDP((ClientDownload)this, filename, hostItem.getUDPSocket(), partsSubdir, logger, client, hostItem);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Implementation of writeLog
|
|
|
|
|