mldonkey-users
[Top][All Lists]
Advanced

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

[Mldonkey-users] Re: 2.02_7 peer infos in console


From: Sven Hartge
Subject: [Mldonkey-users] Re: 2.02_7 peer infos in console
Date: Sun, 26 Jan 2003 18:57:23 +0100
User-agent: tin/1.5.16-20030113 ("Spiders") (UNIX) (Linux/2.4.20-112 (i586))

luculus <address@hidden> wrote:

> Could anyone explain some of the columns 2.02_7 spits out in the console 
> window?

Read the source.

> 18:27:59  Sun: http://emule-project.net      [new eMule 217.88.147.105:4662 ] 
  Time-------->  <-- Client Name          ---> <type    > <IP           :Port> 

> connected for 67 secs rank 1227      bw   190/489   banned  0/1 reqs 
  <duration of conn.  > <queue place>  <written/read>         <read/sent 
requests>

> C

Produced by the following code snippet:

  List.iter (fun r ->
      match r.request_result with
      | File_chunk -> Buffer.add_char buf 'C'
      | File_upload -> Buffer.add_char buf 'U'
      | File_not_found -> Buffer.add_char buf '-'
      | File_found -> Buffer.add_char buf '+'
      | File_possible -> ()
      | File_expected -> ()
      | File_new_source -> ()

S°

-- 
142 Reasons, Why You Can't Find Your System Administrator
18. Getting Jolt out of their under-floor cache




reply via email to

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