Patch for MUTE 0.5 Release
Status: Beta
Brought to you by:
jcr13
I have attached 2 patches for
1. dll.cpp. This was needed on my debian/etch witch GCC 4.1 to compile. It't not nice, but it works for me.
2. SimpleWebHostCache.cpp. I wondered about the high load, MUTE created on my system, and I identified two problems, one of which is not corrected but kind of better in this patch.
The other problem is searching for files in your own shared-files dir. This dir ought to be cached in hashtables, binary trees or sth. You can't search through that whole dir every time somebody sends a packet passing.
Greetings
MoKrates
PS. I created a .deb (debian archive for MUTE with wxwindows)
http://mokrates.de/weblog/stories.php?story=07/02/12/8541327
The patches