PDA

View Full Version : Design 'bug'


darkone
01-23-2003, 02:31 PM
I've found one error in my design, which needs to be patched:
If file is read slower than it's being written (ie slow harddrive) - control data is not recieved, until transfer terminates. This should be rather easy to fix (I should get it done by tomorrow) - also I'm planning to try windows api calls for ssl encryption (instead of using openssl libs)... if it proves to be faster than openssl, i'll leave a switch that allows you to choose which ssl provider you want to use.