Skip to content

1.0.5

Compare
Choose a tag to compare
@fr3nd fr3nd released this 19 Sep 16:30
· 1 commit to master since this release
b1f6609

Implemented by @ducasp (see #14):

  • If keeping connection alive, alow for ONE failure, in that case, it will turn off keep alive and work as if there is no keep alive capability. It seems some internet providers do not like how much time a MSX can take from the last packet of GET transfer until it send again a new information on the opened connection and close the connection themselves (this is not cool, but hey, that's life)
  • A fix for packages that might leave some files on a folder before MSX HUB interprets it should delete a folder, there was a scenario / package for that where a folder would remain after uninstalling, I just don't remember which one, but this has been fixed and should work if up to 5 folders occurrences like this (I've seen just 1)
  • Pre-allocate entire file if size is known: On a large FAT16 partition that is nearly full this can save a lot of time, this avoids Nextor having to calculate clusters every few blocks written, it will do just once... That is useful until Nestor release a new version of Nextor that uses a different cluster approach