mirror of
https://github.com/binlaab/nanofiles.git
synced 2026-07-01 13:37:22 +02:00
arreglado ping y empezado peerdl y dirdl
This commit is contained in:
@@ -219,7 +219,7 @@ public class NFServer implements Runnable {
|
||||
|
||||
msgOut.setFileHash(archivo.fileHash);
|
||||
msgOut.setFileSize(archivo.fileSize);
|
||||
msgOut.setFilenameVal(archivo.fileName);
|
||||
msgOut.setFilenameVal(archivo.filePath + archivo.fileName);
|
||||
msgOut.setFilenameLong((byte)archivo.fileName.length());
|
||||
msgOut.setLast(false);
|
||||
if (i == archivos.length - 1) msgOut.setLast(true);
|
||||
|
||||
Reference in New Issue
Block a user