]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp: Rack not being very friendly with V6:4 socket and having a connection from V4
authorRandall Stewart <rrs@FreeBSD.org>
Thu, 24 Jun 2021 18:42:21 +0000 (14:42 -0400)
committerRandall Stewart <rrs@FreeBSD.org>
Thu, 24 Jun 2021 18:42:21 +0000 (14:42 -0400)
commit66aec14a5391bda1e9a20f5e4381626797c3e0fb
tree9cafacc8ddf50a502e42cd47df288ce08f714ff2
parent6ba108e52d175b6833437c8627ae5d0546a4e102
tcp: Rack not being very friendly with V6:4 socket and having a connection from V4

There were two bugs that prevented V4 sockets from connecting to
a rack server running a V4/V6 socket. As well as a bug that stops the
mapped v4 in V6 address from working.

Reviewed by: mtuexen
Sponsored by: Netflix Inc
Differential Revision: https://reviews.freebsd.org/D30885
sys/netinet/tcp_stacks/rack.c