PDA

View Full Version : MUTE MFC 0.0.6 beta out


View Full Version : MUTE MFC 0.0.6 beta out


CactusChris
March 15th, 2005, 01:13 AM
Exe only so far to replace exe in 0.0.5

Here
http://members.cox.net/wackpack2/

xrobot
March 15th, 2005, 05:07 AM
Hey man, is that the same program at mute-net.sourceforge.net?

CactusChris
March 15th, 2005, 05:19 AM
No this is mentioned on that page - but only as an early version. MFC is a very good development of MUTE - it uses the same protocol, and much of the original code is the same - but it is more stable, manages lists better, has autosearch and autoresume for queued files, and other enhancements. If you have not tried it have a go. Download the 0.0.5 version - install and then replace the exe with the beta if you wish. I think the 0.0.6 adds some stats output for those interested in that kind of thing.
Find the other files on the same page.
BR
Chris

tsafa1
March 15th, 2005, 11:29 AM
remeber this is only the executable. You need the full install version first. Then extract this into the mute directory and execute it.

tsafa1
March 15th, 2005, 11:29 AM
Explaination of statistics from Eric:

out = sum of all bytes sent to any socket send() call.
in = sum of all bytes received by any socket recv()
call

uploaded = sum of all bytes of file chunks being sent
out
downloaded = sum of all bytes of file chunks received

search results = sum of all bytes of complete message
received when the message received is a search result
message

out to all = sum of all message bytes that are sent
out to more than one connection when a FRESH_ROUTE
approach is used.

these all do not fit into a simple linear equation.
They are "ROUGH" statistics.

OUT consists of all uploaded file bytes, all search
requests, all passing of HOST data when new
connections are made, all "through" data...

OUT TO ALL is only tracking how many bytes of the OUT
stream were bytes that didn't go down 1 single path.