You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a client sends an RRQ and requests the 'tsize' option, TftpServer (via TftpStates.TftpState.returnSupportedOptions) replies with 'tsize' set to 1. According to the spec, tsize should be the size in bytes of the file:
http://tools.ietf.org/html/rfc2349
"In Read Request packets, a size of "0" is specified in the request and the size of the file, in octets, is returned in the OACK."
The text was updated successfully, but these errors were encountered:
Currently, when a client sends an RRQ and requests the 'tsize' option, TftpServer (via TftpStates.TftpState.returnSupportedOptions) replies with 'tsize' set to 1. According to the spec, tsize should be the size in bytes of the file:
http://tools.ietf.org/html/rfc2349
"In Read Request packets, a size of "0" is specified in the request and the size of the file, in octets, is returned in the OACK."
The text was updated successfully, but these errors were encountered: