On Mon, Oct 1, 2018 at 3:46 PM, David Miller <[email protected]> wrote:
> From: Yuchung Cheng <[email protected]>
> Date: Mon, 1 Oct 2018 15:42:32 -0700
>
>> Previously receiver buffer auto-tuning starts after receiving
>> one advertised window amount of data. After the initial receiver
>> buffer was raised by patch a337531b942b ("tcp: up initial rmem to
>> 128KB and SYN rwin to around 64KB"), the reciver buffer may take
>> too long to start raising. To address this issue, this patch lowers
>> the initial bytes expected to receive roughly the expected sender's
>> initial window.
>>
>> Fixes: a337531b942b ("tcp: up initial rmem to 128KB and SYN rwin to around
>> 64KB")
>> Signed-off-by: Yuchung Cheng <[email protected]>
>> Signed-off-by: Wei Wang <[email protected]>
>> Signed-off-by: Neal Cardwell <[email protected]>
>> Signed-off-by: Eric Dumazet <[email protected]>
>> Reviewed-by: Soheil Hassas Yeganeh <[email protected]>
>
> Applied, sorry for applying v1 instead of v2 the the rmem increasing patch.
> :-/
No problem thanks for the fast response!