[PATCH v20 1/4] net: Add TCP protocol

Rafał Miłecki zajec5 at gmail.com
Tue Nov 29 00:36:56 CET 2022


On 28.11.2022 20:52, Tom Rini wrote:
> On Tue, Nov 08, 2022 at 02:17:28PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> 
>> From: "Ying-Chun Liu (PaulLiu)" <paul.liu at linaro.org>
>>
>> Currently file transfers are done using tftp or NFS both
>> over udp. This requires a request to be sent from client
>> (u-boot) to the boot server.
>>
>> The current standard is TCP with selective acknowledgment.
>>
>> Signed-off-by: Duncan Hare <DH at Synoia.com>
>> Signed-off-by: Duncan Hare <DuncanCHare at yahoo.com>
>> Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu at linaro.org>
>> Reviewed-by: Simon Glass <sjg at chromium.org>
>> Cc: Christian Gmeiner <christian.gmeiner at gmail.com>
>> Cc: Joe Hershberger <joe.hershberger at ni.com>
>> Cc: Michal Simek <michal.simek at xilinx.com>
>> Cc: Ramon Fried <rfried.dev at gmail.com>
>> Reviewed-by: Ramon Fried <rfried.dev at gmail.com>
> 
> Applied to u-boot/master, thanks!

Thanks for your work on this feature and congratulations on getting it
through the review process! It's really nice to see official TCP
support.


More information about the U-Boot mailing list