mldonkey-users
[Top][All Lists]
Advanced

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

Re: [Mldonkey-users] Re: No IP adress in uploaders list


From: su blanc
Subject: Re: [Mldonkey-users] Re: No IP adress in uploaders list
Date: Mon, 1 Dec 2003 06:13:00 +0100 (CET)

spiralvoice wrote:

Hi,

also a Shareaza client had no IP, I think it is because they all are
using indirect connections.

That's correct. Give a look in the file commonTypes.ml :
 

let  string_of_kind kind =
  try
    match kind with
    | Known_location (ip,port) -> Ip.to_string ip
   
| _ -> ""
  with _ -> ""

Maybe an indication lke "firewalled" would be more suitable than "".

let  string_of_kind kind =
  try
    match kind with
    | Known_location (ip,port) -> Ip.to_string ip
   
| _ -> "firewalled"
  with _ -> ""

regards,

su_blanc



Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Testez le nouveau Yahoo! Mail
reply via email to

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