浏览代码

put request requires amount of chunks

Jonas Pflanzer 5 年之前
父节点
当前提交
c5f8d98311
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
 }
 ```