Page MenuHomeFreeBSD

Add MODULE_VERSION to TCP loadable congestion control modules.
ClosedPublic

Authored by rscheff on Jul 20 2020, 4:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 4, 3:29 AM
Unknown Object (File)
Mar 6 2025, 5:56 AM
Unknown Object (File)
Mar 5 2025, 5:44 AM
Unknown Object (File)
Feb 23 2025, 12:41 PM
Unknown Object (File)
Feb 15 2025, 12:32 AM
Unknown Object (File)
Feb 11 2025, 8:31 AM
Unknown Object (File)
Feb 11 2025, 8:06 AM
Unknown Object (File)
Feb 11 2025, 1:58 AM
Subscribers

Details

Summary

For some reason, the congestion control modules are lacking
the MODULE_VERSION macro, which is usually part of any modules
metadata boilerplate.

Without versioning information, using preexisting loader /
linker code is not easily possible when another module may
have dependencies on pre-loaded modules, and also doesn't
allow the automatic loading of dependent modules.

No functional change of the actual modules.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable