K 10 svn:author V 6 tuexen K 8 svn:date V 27 2016-12-18T11:54:10.325265Z K 7 svn:log V 464 MFC r305810: Ensure that the IPPROTO_TCP level socket options * TCP_KEEPINIT * TCP_KEEPINTVL * TCP_KEEPIDLE * TCP_KEEPCNT always always report the values currently used when getsockopt() is used. This wasn't the case when the sysctl-inherited default values where used. Ensure that the IPPROTO_TCP level socket option TCP_INFO has the TCPI_OPT_ECN flag set in the tcpi_options field when ECN support has been negotiated successfully. Sponsored by: Netflix, Inc. END