Kaynağa Gözat

put request requires amount of chunks

Jonas Pflanzer 5 yıl önce
ebeveyn
işleme
c5f8d98311
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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
 }
 ```