On Wed, 14 Aug 2024 at 04:32, Mikhail Kshevetskiy <[email protected]> wrote: > > Current code assume that all (except last) packets are of the same size. > This is definitely wrong. Replace SACK code with a new one, that does > not rely on this assumption. Also this code uses less memory. > > Signed-off-by: Mikhail Kshevetskiy <[email protected]> > --- > net/tcp.c | 200 +++++++++++++++++++++++------------------------------- > 1 file changed, 86 insertions(+), 114 deletions(-) >
Reviewed-by: Simon Glass <[email protected]> Are there no tests for TCP in U-Boot?

