mldonkey-bugs
[Top][All Lists]
Advanced

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

[Mldonkey-bugs] [bug #16239] LowID when connecting ed2k servers


From: pango
Subject: [Mldonkey-bugs] [bug #16239] LowID when connecting ed2k servers
Date: Mon, 3 Apr 2006 13:57:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Galeon/1.3.20 (Debian package 1.3.20-1)

Follow-up Comment #5, bug #16239 (project mldonkey):

That workaround is weird, because the two things disabling
ED2K-update_server_list_server do are:

* discarding servers list received from servers (contrary to adding
"nolistsrvs" at the end of your client name, the list should still be sent).
The code do to that is short, and I doubt it does anything harmful, like
raising an exception:

(donkeyServers.ml:)
      if !!update_server_list_server then begin
        if !verbose_msg_servers then lprintf_nl () "Received serverlist from
server";
        let module Q = M.ServerList in
        List.iter (fun s ->
            safe_add_server s.Q.ip s.Q.port
        ) l
        end

* discarding Udp packets received, supposedly from a server, but that's not
already in the servers list. A Not_found exception is raised in
DonkeyUdp.udp_client_handler. I doubt this influences connecting to servers.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16239>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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