Improve the ECN negotiation when the TCP SYN-cache is used by making
sure that
- ECN is disabled if the client sends an non-ECN-setup SYN segment.
- ECN is disabled is the ECN-setup SYN-ACK segment is retransmitted more than net.inet.tcp.ecn.maxretries times.
Reviewed by: rscheff
MFC after: 1 week
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D26008