Explorar o código

put request requires amount of chunks

Jonas Pflanzer %!s(int64=5) %!d(string=hai) anos
pai
achega
c5f8d98311
Modificáronse 1 ficheiros con 2 adicións e 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
 }
 ```