Searched hist:319399 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dtcp_input.cdiff 319399 Thu Jun 01 08:37:16 MDT 2017 tuexen MFC r316743:

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
Differential Revision: https://reviews.freebsd.org/D9894
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.cdiff 319399 Thu Jun 01 08:37:16 MDT 2017 tuexen MFC r316743:

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
Differential Revision: https://reviews.freebsd.org/D9894

Completed in 205 milliseconds