Browse Source

put request requires amount of chunks

Jonas Pflanzer 5 years ago
parent
commit
c5f8d98311
1 changed files with 2 additions and 1 deletions
  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
 }
 ```