client crashes when using server options -Y none -C tfmcc. Both client and server are compiled with encryption. I tried swapping client and server (raspberry pi and laptop) with the same outcome. I was wondering if I might be missing something? Here below is a snippet:
Yes, this was a bug introduced in the most recent version. There was an update to fix a memory leak, but the fix wasn't applied correctly. I'll send out an updated release soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
client crashes when using server options
-Y none -C tfmcc
. Both client and server are compiled with encryption. I tried swapping client and server (raspberry pi and laptop) with the same outcome. I was wondering if I might be missing something? Here below is a snippet:server:
./uftp -R 600000 -B 20971520 -f -x 5 -Y none -C tfmcc:min=20000:init=600000 1GB.bin
client:
./uftpd -d -B 20971520 -c 20971520 -x 5
client output:
Yes, this was a bug introduced in the most recent version. There was an update to fix a memory leak, but the fix wasn't applied correctly. I'll send out an updated release soon.
Thanks Dennis!