aMule Forum
English => en_Bugs => Topic started by: TripleM on August 01, 2005, 06:51:59 AM
-
CVS-Version: 20050731
i have compiled the amule-daemon with kad-support enabled for linux, and the amule-remote-gui for windows. everything seems to work fine, but in the Kad Info tab of the remote-gui it shows this message over and over again:Kademlia Status: Not Available
have tried to compile the gui even with and without --enable-kad-compile, no difference.
in the ED2K Info tab it shows the correct connection info for the server, but additional, in the Server Info tab it doesnt show any info.
the same behavior, when i use the monolithic windows-version, and locally connect with the remotegui.
maybe some flaws in the EC-protocol?
so long,
p.s.: working on WinXP x64, but i dont think, this is the cause for the misbehavior.
-
well 1st of all on the deamon kad is NOT working yet....
but true it should not spam you over and over with that message....
-
maybe some flaws in the EC-protocol?
It's not exactly "flaws", it is simply not implemented there. Kad status is not transferred via EC from amuled to remote gui.
I would like Kry to comment out on Kad availability in daemon.
-
There is no Kad in daemon.
-
There is no Kad in daemon.
Can you explain what's an issue ? I thought it entirely in-core feature, and as long as all socket events are delivered, packet processing code is same from that point.
Any changes needed in daemon code and/or EC ?
-
Nah, I just need to split core/GUI on kad code. Will do it probably this week.