From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Wed, 17 Feb 2021 11:27:24 +0100 Subject: [PATCH v2] net: tftp: Avoid sending extra ack on completion In-Reply-To: <20210203192859.8570-1-rfried.dev@gmail.com> References: <20210203192859.8570-1-rfried.dev@gmail.com> Message-ID: <20210217102724.GE27281@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/02/21, Ramon Fried wrote: > in tftpboot, if ack was already sent previously for this > packet, don't send again. > > Fixes: cc6b87ecaa96 ("net: tftp: Add client support for RFC 7440") > > Reported-by: Suneel Garapati > Signed-off-by: Ramon Fried Tested-by: Oliver Graute