Re: [PATCH v2 1/3] net: support being a TCP server to unblock TCP fastboot

2023-05-06 Thread Tom Rini
On Wed, Apr 12, 2023 at 07:49:29PM +0100, Dmitrii Merkurev 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

[PATCH v2 1/3] net: support being a TCP server to unblock TCP fastboot

2023-04-13 Thread Dmitrii Merkurev
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