On Wed, 29 Mar 2023 at 04:31, Dmitrii Merkurev <dimori...@google.com> wrote:
> Make following changes to unblock TCP fastboot support: > > 1. Implement being a TCP server support > 2. Introduce dedicated TCP traffic handler (get rid of UDP signature) > 3. Ensure seq_num and ack_num are respected in net_send_tcp_packet > function (make sure existing wget_cmd code is reflected with the fix) > > Signed-off-by: Dmitrii Merkurev <dimori...@google.com> > Cc: Ying-Chun Liu (PaulLiu) <paul....@linaro.org> > Cc: Simon Glass <s...@chromium.org> > Сс: Joe Hershberger <joe.hershber...@ni.com> > Сс: Ramon Fried <rfried....@gmail.com> > --- Reviewed-by: Ying-Chun Liu (PaulLiu) I've built it and ran the unit test of the TCP stack. The code looks good to me.