Skip to content

Tftp 1.1 - #8

Merged
Konamiman merged 1 commit into
Konamiman:masterfrom
ducasp:tftp_1.1
Aug 14, 2019
Merged

Tftp 1.1#8
Konamiman merged 1 commit into
Konamiman:masterfrom
ducasp:tftp_1.1

Conversation

@ducasp

@ducasp ducasp commented Jul 22, 2019

Copy link
Copy Markdown
Contributor
  • Do not wait extra tick after TCPIP_WAIT
  • Changes a bit the way to print transfer progress: do not print the .0 or .5, just print the text string first with the unit before the numbers, and then on each iteration just print the numbers, going back before doing so, this is faster and allow faster transfers
  • Changed the routine to convert size to ASCII to one that is simpler and faster, that one was overkill and not as fast I believe as it had to check lots of possibilities and use a lot IX registers, when no other options are being used... :-)

…bit the way to print transfer progress (do not print the .0 or .5, just print the text string first with the unit before the numbers, and then on each iteration just print the numbers, going back before doing so, this is faster and allow faster transfers). Also changed the routine to convert size to ASCII to one that is simpler and faster, that one was overkill and not as fast I believe as it had to check lots of possibilities and use a lot IX registers, when no other options are being used... :-)
@Konamiman
Konamiman merged commit d23c6ee into Konamiman:master Aug 14, 2019
@Konamiman
Konamiman deleted the tftp_1.1 branch August 14, 2019 14:35
@Konamiman
Konamiman restored the tftp_1.1 branch August 14, 2019 14:35
@Konamiman
Konamiman deleted the tftp_1.1 branch August 14, 2019 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants