jayacotton / inettools-z80

Inet tools for z80-rc2014 tcp/ip stack code.
MIT License
17 stars 2 forks source link

Myget and Wget are not working correctly. #21

Closed jayacotton closed 2 years ago

jayacotton commented 3 years ago

I have found that both MYGET and WGET are having problems. It looks like the code is affected by the size of the data buffer.

I set it to 128 bytes down from 8196 and the transfers started to work correctly.

With the larger buffer, I get data corruption in the incoming data buffer.

jayacotton commented 2 years ago

This is fixed. (I think) But I don't recall the root cause.