mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] FIND CLIENT BLOCK !?


From: Michael Panteleit
Subject: Re: [Mldonkey-users] FIND CLIENT BLOCK !?
Date: 30 Oct 2002 13:32:19 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

Tobias Geis <address@hidden> writes:

> FIND CLIENT BLOCK
> DDDDDDDDDDDDadddddppappppppappppdpppppppaDPPPPpppp
> 
> what does this mean ?

I guess mldonkey is hashing the files from your queue. The sourcecode
states:

  Printf.printf "FIND CLIENT BLOCK"; print_newline ();
      for i = 0 to file.file_nchunks - 1 do
        print_char (match file.file_chunks.(i) with
          | PartialVerified _ -> 'P'
          | PartialTemp _ -> 'p'
          | AbsentVerified -> 'A'
          | AbsentTemp -> 'a'
          | PresentVerified -> 'D'
          | PresentTemp -> 'd')
      done;


So each chunk is represented by a letter.

Meikel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]