Free60Project / xell-reloaded

Xenon Linux Loader RELOADED / 2-stages
67 stars 42 forks source link

Fix TFTP blksize support #11

Closed InvoxiPlayGames closed 1 year ago

InvoxiPlayGames commented 1 year ago

In RFC2347 TFTP Option Extension, the client has to send back an ACK with block number set to 0 when receiving an OACK. Additionally in RFC2348, it calls for an "The number of octets in a block, specified in ASCII." - the existing code in XeLL specified that number in octal, which doesn't match up with behaviour found in OpenTFTPServer nor anything from the RFC, at least.