]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a UDP tunneling issue with rack. Basically there are two
authorRandall Stewart <rrs@FreeBSD.org>
Fri, 7 May 2021 18:06:43 +0000 (14:06 -0400)
committerRandall Stewart <rrs@FreeBSD.org>
Fri, 7 May 2021 18:06:43 +0000 (14:06 -0400)
commita16cee0218652230d94a73690201e76baab0bba1
tree0e346f95c20c77e733616947fe4e4091b8683e25
parent34abb05be77a32a2b2673fb4b85eaa53a3d1446e
Fix a UDP tunneling issue with rack. Basically there are two
issues.
A) Not enough hdrlen was being calculated when a UDP tunnel is
   in place.
and
B) Not enough memory is allocated in racks fsb. We need to
   overbook the fsb to include a udphdr just in case.

Submitted by: Peter Lei
Reviewed by: Michael Tuexen
Sponsored by: Netflix Inc
Differential Revision: https://reviews.freebsd.org/D30157
sys/netinet/tcp_stacks/rack.c