Re: [PATCH v13 1/2] net: Add TCP protocol

2022-03-20 Thread Ramon Fried
On Wed, Mar 16, 2022 at 8:02 AM Ying-Chun Liu wrote: > > From: "Ying-Chun Liu (PaulLiu)" > > 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 acknowledg

[PATCH v13 1/2] net: Add TCP protocol

2022-03-15 Thread Ying-Chun Liu
From: "Ying-Chun Liu (PaulLiu)" 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 Signed-off-by: Duncan Hare Signe