On Sat, Apr 1, 2023 at 9:36 AM Simon Glass <[email protected]> wrote:
>
> On Wed, 29 Mar 2023 at 09:31, Dmitrii Merkurev <[email protected]> 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 <[email protected]>
> > Cc: Ying-Chun Liu (PaulLiu) <[email protected]>
> > Cc: Simon Glass <[email protected]>
> > Сс: Joe Hershberger <[email protected]>
> > Сс: Ramon Fried <[email protected]>
> > ---
> >
> >  include/net/tcp.h |  16 +++++--
> >  net/tcp.c         | 115 +++++++++++++++++++++++-----------------------
> >  net/wget.c        |  43 ++++++++---------
> >  3 files changed, 90 insertions(+), 84 deletions(-)
> >
> Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>

Reply via email to