tcp: Remove TCPCT
TCPCT uses option-number 253, reserved for experimental use and should not be used in production environments. Further, TCPCT does not fully implement RFC 6013. As a nice side-effect, removing TCPCT increases TCP's performance for very short flows: Doing an apache-benchmark with -c 100 -n 100000, sending HTTP-requests for files of 1KB size. before this patch: average (among 7 runs) of 20845.5 Requests/Second after: average (among 7 runs) of 21403.6 Requests/Second Signed-off-by:Christoph Paasch <christoph.paasch@uclouvain.be> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- Documentation/networking/ip-sysctl.txt 0 additions, 8 deletionsDocumentation/networking/ip-sysctl.txt
- drivers/infiniband/hw/cxgb4/cm.c 1 addition, 1 deletiondrivers/infiniband/hw/cxgb4/cm.c
- include/linux/tcp.h 0 additions, 10 deletionsinclude/linux/tcp.h
- include/net/request_sock.h 1 addition, 7 deletionsinclude/net/request_sock.h
- include/net/tcp.h 1 addition, 88 deletionsinclude/net/tcp.h
- include/uapi/linux/tcp.h 0 additions, 26 deletionsinclude/uapi/linux/tcp.h
- net/dccp/ipv4.c 2 additions, 3 deletionsnet/dccp/ipv4.c
- net/dccp/ipv6.c 2 additions, 3 deletionsnet/dccp/ipv6.c
- net/ipv4/inet_connection_sock.c 1 addition, 1 deletionnet/ipv4/inet_connection_sock.c
- net/ipv4/syncookies.c 1 addition, 2 deletionsnet/ipv4/syncookies.c
- net/ipv4/sysctl_net_ipv4.c 0 additions, 7 deletionsnet/ipv4/sysctl_net_ipv4.c
- net/ipv4/tcp.c 0 additions, 267 deletionsnet/ipv4/tcp.c
- net/ipv4/tcp_input.c 7 additions, 62 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c 6 additions, 54 deletionsnet/ipv4/tcp_ipv4.c
- net/ipv4/tcp_minisocks.c 5 additions, 35 deletionsnet/ipv4/tcp_minisocks.c
- net/ipv4/tcp_output.c 6 additions, 213 deletionsnet/ipv4/tcp_output.c
- net/ipv6/syncookies.c 1 addition, 2 deletionsnet/ipv6/syncookies.c
- net/ipv6/tcp_ipv6.c 4 additions, 52 deletionsnet/ipv6/tcp_ipv6.c
Loading
Please register or sign in to comment