Browse Source

put request requires amount of chunks

Jonas Pflanzer 5 năm trước cách đây
mục cha
commit
c5f8d98311
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
 }
 ```