HomeFreeBSD

tcp: mechanically rename hostcache metrics structure fields

Description

tcp: mechanically rename hostcache metrics structure fields

Use hc_ prefix instead of rmx_. The latter stands for "route metrix" and
is an artifact from the 90-ies, when TCP caching was embedded into the
routing table. The rename should have happened back in 97d8d152c28bb.

No functional change. Done with sed(1) command:

s/rmx_(mtu|ssthresh|rtt|rttvar|cwnd|sendpipe|recvpipe|granularity|expire|q|hits|updates)/hc_\1/g

Details

Provenance
glebiusAuthored on Nov 21 2024, 12:28 AM
Parents
rG8de007ad19dc: igc.4: Remove non-existent timer tunables
Branches
Unknown
Tags
Unknown