On Wed, 14 Aug 2024 at 04:32, Mikhail Kshevetskiy <mikhail.kshevets...@iopsys.eu> 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 <mikhail.kshevets...@iopsys.eu> > --- > net/tcp.c | 200 +++++++++++++++++++++++------------------------------- > 1 file changed, 86 insertions(+), 114 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org> Are there no tests for TCP in U-Boot?