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)
Tue, Mar 3, 8:08 PM
Unknown Object (File)
Sun, Mar 1, 3:24 PM
Unknown Object (File)
Jan 24 2026, 12:15 AM
Unknown Object (File)
Jan 23 2026, 8:35 PM
Unknown Object (File)
Jan 19 2026, 11:30 PM
Unknown Object (File)
Jan 6 2026, 9:29 PM
Unknown Object (File)
Jan 1 2026, 12:21 AM
Unknown Object (File)
Dec 29 2025, 11:17 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