Explorar el Código

put request requires amount of chunks

Jonas Pflanzer hace 5 años
padre
commit
c5f8d98311
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Client-Server Protocol.md

+ 2 - 1
Client-Server Protocol.md

@@ -142,7 +142,8 @@ Client:
 {
 	"command": "put",
 	"file": string,
-	"size": int
+	"size": int,
+	"chunks": int
 }
 ```