]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tcp_hostcache: hide rmx_hits/rmx_updates under ifdef.
authorGleb Smirnoff <glebius@FreeBSD.org>
Mon, 22 Mar 2021 20:35:25 +0000 (13:35 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Thu, 8 Apr 2021 17:58:44 +0000 (10:58 -0700)
commit489bde5753d2ee591f9a36c9a9082903c8e24636
tree189f0020c558168e4e9dd048191cbe54fbeed39e
parent2cca4c0ee03dde51ec64db6684933fcb0a2de290
tcp_hostcache: hide rmx_hits/rmx_updates under ifdef.

They have little value unless you do some profiling investigations,
but they are performance bottleneck.

Reviewed by: rscheff
sys/netinet/tcp_hostcache.c