Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
V10
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
Laf111 committed Apr 20, 2022
1 parent c4ecf49 commit 2b52649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sdCard/wiiu/apps/WiiUFtpServer/CrcChecker/README.txt
Expand Up @@ -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
Expand Down

0 comments on commit 2b52649

Please sign in to comment.