-
- Downloads
net-tcp: Fast Open client - cookie-less mode
In trusted networks, e.g., intranet, data-center, the client does not need to use Fast Open cookie to mitigate DoS attacks. In cookie-less mode, sendmsg() with MSG_FASTOPEN flag will send SYN-data regardless of cookie availability. Signed-off-by:Yuchung Cheng <ycheng@google.com> Acked-by:
Eric Dumazet <edumazet@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- Documentation/networking/ip-sysctl.txt 2 additions, 0 deletionsDocumentation/networking/ip-sysctl.txt
- include/linux/tcp.h 1 addition, 0 deletionsinclude/linux/tcp.h
- include/net/tcp.h 1 addition, 0 deletionsinclude/net/tcp.h
- net/ipv4/tcp_input.c 6 additions, 2 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_output.c 5 additions, 1 deletionnet/ipv4/tcp_output.c
Loading
Please register or sign in to comment