]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cleanup of rack variables.
authorRandall Stewart <rrs@FreeBSD.org>
Wed, 9 Feb 2022 21:08:32 +0000 (16:08 -0500)
committerRandall Stewart <rrs@FreeBSD.org>
Wed, 9 Feb 2022 21:08:32 +0000 (16:08 -0500)
commit8d64b4b4c450b0f9e7bb90c28a5b7a0fb1ba3fa2
tree18fa26c56f828628d507fa7fdc2cc16a5bc47a04
parentc04506fd4cc82cf0715142b5927de69a425086ba
cleanup of rack variables.

During a recent deep dive into all the variables so I could
discover why stack switching caused larger retransmits I examined
every variable in rack. In the process I found quite a few bits
that were not used and needed cleanup. This update pulls
out all the unused pieces from rack. Note there are *no* functional
changes here, just the removal of unused variables and a bit of
spacing clean up.

Reviewed by: Michael Tuexen, Richard Scheffenegger
Sponsored by: Netflix Inc.
Differential Revision: https://reviews.freebsd.org/D34205
sys/netinet/tcp_stacks/rack.c
sys/netinet/tcp_stacks/tcp_rack.h