Преглед изворни кода

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