Commit 09339535fc5c41fd016488ad890c847268767016
1 parent
534ec4d1
Oubli d'un \n
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ProtocoleTCP_Charges
@@ -37,9 +37,9 @@ Resultat execution charge: | @@ -37,9 +37,9 @@ Resultat execution charge: | ||
37 | $C&C: "result?\n" | 37 | $C&C: "result?\n" |
38 | $bot: "OKresult\n" | 38 | $bot: "OKresult\n" |
39 | $C&C: "%d\n", id | 39 | $C&C: "%d\n", id |
40 | -$bot: "OKid" //si id existe pas, renvoie "NOKid\n" et stop l'echange | 40 | +$bot: "OKid\n" //si id existe pas, renvoie "NOKid\n" et stop l'echange |
41 | $bot: "%d\n", executions[id].result.size | 41 | $bot: "%d\n", executions[id].result.size |
42 | $C&C: "OKresult_size\n" | 42 | $C&C: "OKresult_size\n" |
43 | $bot: "%s\n", executions[id].result //on envoi octect par octet | 43 | $bot: "%s\n", executions[id].result //on envoi octect par octet |
44 | $C&C: "bye"\n" //qd a recu tt les packets | 44 | $C&C: "bye"\n" //qd a recu tt les packets |
45 | -$bot: "bye"\n" | 45 | -$bot: "bye"\n" |
46 | +$bot: "bye"\n" | ||
46 | \ No newline at end of file | 47 | \ No newline at end of file |