freebsd-dev/sys/netinet/tcp_stacks
Michael Tuexen 013f4df643 The sysctl variable net.inet.tcp.drop_synfin is not honored in all states,
for example not in SYN-SENT.
This patch adds code to check the sysctl variable in other states than
LISTEN.
Thanks to ae and gnn for providing comments.
Reviewed by:		gnn
MFC after:		1 week
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D9894
2017-04-12 20:27:15 +00:00
..
fastpath.c The sysctl variable net.inet.tcp.drop_synfin is not honored in all states, 2017-04-12 20:27:15 +00:00