Big Muscle
Member-
Content count
702 -
Joined
-
Last visited
Everything posted by Big Muscle
-
because there can be no data to verify. It allignes start position to TTH data block and then verify using TTH leaves whether you're trying to resume same file :P
-
Advanced resume using TTH is feature designed for non-multisource files only. It's something similar to rollback but via TTH leaves.
-
it's not the exactly same as disk cache, but it's part of RAM which is used as extension to the disk cache. You should just read WinAPI, because when you write file to disk, it will stay in cache until system flushes all data to disk.
-
just open taskmanager and you will see how many memory is used for cache
-
but problem is your harddisk cache. StrongDC++ just write data to disk, but your disk will store them in cache, so on failure datas from cache are lost.
-
I only try to tell you that we won't add any CPU-eating feature which will "solve" problems which has nothing to do with DC++.
-
open Notepad, type something in there and then simulate power failure. The written text will be lost. It's same situation.
-
by "hardware failures" I meant what you said (=power failure, BSOD etc.) and data lost in this case has nothing to do with dc++.
-
crash made by StrongDC++ :blushing: but already fixed in CVS :P
-
No it won!t be restored. You should understand that StrongDC++ check its own activity - correctness of downloaded data and correctness of saved data. It doesn't and won't check file integrity for situation which has nothing to do with StrongDC++ (hardware failure etc.)
-
this is that: http://www.castlecops.com/lsp-73.html
-
We are not responsible for your hardware failure.
-
I think that windows controls support only bitmaps and icons.
-
I tried in StrongDC++ and everything is OK
-
if you want to add something special in $MyInfo, you can add it only to description part, but this part can be easily modified in Settings. EDIT: or there's one another possibility. User connects to you, so commands like $ConnectToMe will be normally visibled. Then sends you some command (for example "Encrypt On|") and you must respond him with some other command (for example "Encrypted|") and this will change socket mode to some encrypting way and following data will be encrypted. We can use for example ZLIB to encrypt protocol data.
-
I checked the code and it shouldn't be hard to implement SSL in NMDC client-2-client connections. The only problem is how to say that the connection will be SSL, I thought about 2 possibilites: a) send SSL support in $Supports command and when it's detected, just disconnect the connection and initiate it again by via SSLSocket send SSL support in $MyInfo (in description) but it can easily be avoided, because anyone without SSL support can write it to description and muzz the clients with SSL support. any other possibility?
-
uninstall or update that application V-OneSmartPass
-
a when it's in different place how you find out that it's the same file? you must hash it :-P
-
DC++ has only 1 segment and noone complains about it.
-
I did simple test... download with 59 segments (it didn't go over it) and with 10 segments. Speeds were the same, but with 59 segments I wasn't be able to use my internet and the ping increased a lot. And as I already said: DC isn't about downloading but about sharing - other people want to get free slots too.
-
because it's not possible to change segmented file to non-segmented way
-
and somebody can delete the password from DCPlusPlus.xml and then he will be able to open ApexDC, am I right? ))
-
you changed the behaviour ? red user icon means speed 0.01 - 0.1
-
i had a look into it too, but I didn't find anything what could be wrong
-
it looks like a bug in partial file sharing enhancement