From 1529969f4bdad281fa805b0173786aa2ebe17c6f Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 11 Nov 2011 18:04:24 +0300 Subject: [PATCH] [doc] Updated client/server protocol description --- server/protocol.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/protocol.txt b/server/protocol.txt index d4e870a188..2fdcbeb637 100644 --- a/server/protocol.txt +++ b/server/protocol.txt @@ -52,13 +52,15 @@ Response: Credit [, Error] } Description: Sent by client when he tries to download the country file -Request: ID, File +Request: ID, Version, File, Size { "ID":"12345", "Cmd":"Download", "Params": { - "File":"Belarus.mwm" + "Version":110920, + "File":"Belarus.mwm", + "Size":47123456 } } Response: File[, Urls | Error]