X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2FPROTOCOL;h=fcd1106b8c6296ecab93c60bff0b54043d041f41;hb=3043ffa0cb666e509d5b07e479ead4792fbf722d;hp=cbb55682910a83223e51f3351ef724326aca57cc;hpb=b451c5db7c24116c306eb1ce207641350ef98d8f;p=eval.git diff --git a/submit/PROTOCOL b/submit/PROTOCOL index cbb5568..fcd1106 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,33 @@ 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 + ) + + +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 + ) + ) +)