commit | d42686e28225010a41a8edf610051c64abdd95bb | [log] [tgz] |
---|---|---|
author | Ravik Hasija <rahasij@linux.microsoft.com> | Thu May 07 14:55:32 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 13:17:23 2020 -0400 |
tree | b5005cb67a5f0d1dea275435628f2ca5661aefe2 | |
parent | 3434cd75940003f16cb30829f1aa2bfe4e5a6efb [diff] |
net: tftp: fix progress marker for file transfer During packet sequence number wraparound the show_block_marker() API was not called, as a result the progress marker doesn't stay within column boundary. Use position in file instead of sequence number to align the marker. Signed-off-by: Ravik Hasija <rahasij@linux.microsoft.com> Reviewed-By: Ramon Fried <rfried.dev@gmail.com>