Forráskód Böngészése

put request requires amount of chunks

Jonas Pflanzer 5 éve
szülő
commit
c5f8d98311
1 módosított fájl, 2 hozzáadás és 1 törlés
  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
 }
 ```