commit | 1ffe366881a3fd474737f67f2e9fb5bf40104fd3 | [log] [tgz] |
---|---|---|
author | Arjan Minzinga Zijlstra <arjan.minzingazijlstra@fox-it.com> | Thu Mar 31 08:03:16 2022 +0000 |
committer | Ramon Fried <ramon@neureality.ai> | Tue Apr 12 22:41:27 2022 +0300 |
tree | be094c474604179a6807c13e467559dceaf84b15 | |
parent | d79f1a85697e3af24a97728f6e4f16635bdc8290 [diff] |
net: tftp: fix tftp server initialization Some globals where not properly initialized causing timeouts as data packets where not immediately acknowledged. Fixes: cc6b87ecaa96 ("net: tftp: Add client support for RFC 7440") Signed-off-by: Arjan Minzinga Zijlstra <arjan.minzingazijlstra@fox-it.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>