X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=submit%2FPROTOCOL;h=2307ddbd8289202fb2d101d0087696ec45a9c321;hb=4c4549c822cca499e0815170c41587badb6b2a0f;hp=cbb55682910a83223e51f3351ef724326aca57cc;hpb=b451c5db7c24116c306eb1ce207641350ef98d8f;p=eval.git diff --git a/submit/PROTOCOL b/submit/PROTOCOL index cbb5568..2307ddb 100644 --- a/submit/PROTOCOL +++ b/submit/PROTOCOL @@ -30,7 +30,9 @@ Submit request: !SUBMIT Ttask + Ppart <-- optional part ID Ssize + Xextension (after the request is ACK-ed, the client sends raw data and then server sends a 2nd reply) Submit reply: @@ -40,3 +42,41 @@ Submit reply: Submit reply after data: (only status) + +Status request: + + !STATUS + +Status reply: + + task status objects defined below with the following added: + (T + Aallowed_extension + ) + +NOP request: + + !NOP + +NOP reply: + + (only status) + + +Task status objects +~~~~~~~~~~~~~~~~~~~ +(T <-- task + Tname + (P <-- task part + Pname + Vid <-- which version is current + (V <-- submitted version + Vid + Tsubmit_time + Sstatus + Lfilesize + Hhash + Xextension + ) + ) +)