On Sun, Dec 10, 2017 at 8:55 PM, Eric Dumazet wrote:
> When using large tcp_rmem[2] values (I did tests with 500 MB),
> I noticed overflows while computing rcvwin.
>
> Lets fix this before the following patch.
>
> Signed-off-by: Eric Dumazet
> Acked-by: Soheil Hassas Yeganeh
> Acked-by: Wei Wang
When using large tcp_rmem[2] values (I did tests with 500 MB),
I noticed overflows while computing rcvwin.
Lets fix this before the following patch.
Signed-off-by: Eric Dumazet
Acked-by: Soheil Hassas Yeganeh
Acked-by: Wei Wang
---
include/linux/tcp.h | 2 +-
net/ipv4/tcp_input.c | 12 +