From 2b5264929ed681a4b21068cf7200df94ceb83b94 Mon Sep 17 00:00:00 2001 From: Laf111 <47532310+Laf111@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:03:26 +0200 Subject: [PATCH] V10 2022/04/20 V10 : > fix issue "Still rare CRC errors on upload (about 1 file on 9000 randomly) #19 ": replace the preallocate buffer by an ontime allocation + use the transfer buffer as internal's file buffer (setvbuf) > multi transfers enhancement : double TRANSFER_BUFFER_SIZE for upload and lower the buffer used for download to the min +final tweaks on threads priorities to maximize the number of connections opened simultaneously on the 3 cores > update crcChecker.py to V2-2 : - fix answer "no" not taken into account when choosing to not use an report that already exists in the script's folder - add a try catch for permissions errors - fix failure when root = folder to check > move IOSUHAX_FSA_ChangeMode() call in the transfer thread (for uploads) > fix issue "Folder left after deletetion #18" > fix "Crash when exiting if no connections were opened #20" --- _sdCard/wiiu/apps/WiiUFtpServer/CrcChecker/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sdCard/wiiu/apps/WiiUFtpServer/CrcChecker/README.txt b/_sdCard/wiiu/apps/WiiUFtpServer/CrcChecker/README.txt index f0f11e6..1023c2e 100644 --- a/_sdCard/wiiu/apps/WiiUFtpServer/CrcChecker/README.txt +++ b/_sdCard/wiiu/apps/WiiUFtpServer/CrcChecker/README.txt @@ -19,7 +19,8 @@ HISTORY : REQUIEREMENTS : -------------- -Python 3 + numpy + tk +Python 3 + numpy + tk + pywin32 + For example miniconda + pip install numpy https://docs.conda.io/en/latest/miniconda.html