corrected import
Some checks failed
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head There was a failure building this commit
Some checks failed
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f637d45abd
commit
6af7cd5c7f
@ -38,7 +38,7 @@ public class ClientDownloadPartTCP implements Runnable {
|
||||
private volatile boolean stop;
|
||||
private volatile boolean failed;
|
||||
private String filename;
|
||||
private DatagramSocket socket;
|
||||
private Socket socket;
|
||||
private volatile boolean noTask;
|
||||
private String partsSubdir;
|
||||
private static final long MAX_PARTIAL_SIZE = 4096;
|
||||
|
@ -13,7 +13,6 @@ import remoteException.VersionRemoteError;
|
||||
import java.net.UnknownHostException;
|
||||
import java.util.Scanner;
|
||||
//import java.net.InetAddress;
|
||||
import java.net.DatagramSocket;
|
||||
//import java.net.SocketException;
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
|
Loading…
Reference in New Issue
Block a user