1
2
3
4
5
6
7
8
9
10
11
12
13
|
(* All the swarmers used *)
swarmers = []
(* The files whose download is finished *)
done_files = []
(* The files currently being downloaded, primary downloads must come first *)
files = []
(*
The following options are not used (errors, obsolete, ...)
*)
|