소스 검색

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
 }
 ```