]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Handle ECN handshake in simultaneous open
authorRichard Scheffenegger <rscheff@FreeBSD.org>
Thu, 21 May 2020 21:15:25 +0000 (21:15 +0000)
committerRichard Scheffenegger <rscheff@FreeBSD.org>
Thu, 21 May 2020 21:15:25 +0000 (21:15 +0000)
commit6e16d87751d14df6c72e2c710d49ad530b574998
tree2d871c44b78f02b9bf64a76ea18fb16aae114e65
parent091e9e469b768d3263f475047776732ffb126cfe
Handle ECN handshake in simultaneous open

While testing simultaneous open TCP with ECN, found that
negotiation fails to arrive at the expected final state.

Reviewed by: tuexen (mentor)
Approved by: tuexen (mentor), rgrimes (mentor)
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D23373
sys/netinet/tcp_input.c
sys/netinet/tcp_output.c
sys/netinet/tcp_stacks/rack.c