"README.md" did not exist on "b776d1043510c60f59220eb5e58b524f5a7f0e52"
[TCP]: Add two new spurious RTO responses to FRTO
New sysctl tcp_frto_response is added to select amongst these responses: - Rate halving based; reuses CA_CWR state (default) - Very conservative; used to be the only one available (=1) - Undo cwr; undoes ssthresh and cwnd reductions (=2) The response with rate halving requires a new parameter to tcp_enter_cwr because FRTO has already reduced ssthresh and doing a second reduction there has to be prevented. In addition, to keep things nice on 80 cols screen, a local variable was added. Signed-off-by:Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/sysctl.h 1 addition, 0 deletionsinclude/linux/sysctl.h
- include/net/tcp.h 2 additions, 1 deletioninclude/net/tcp.h
- net/ipv4/sysctl_net_ipv4.c 8 additions, 0 deletionsnet/ipv4/sysctl_net_ipv4.c
- net/ipv4/tcp_input.c 32 additions, 4 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_output.c 1 addition, 1 deletionnet/ipv4/tcp_output.c
Loading
Please register or sign in to comment