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)
Wed, Oct 8, 3:17 AM
Unknown Object (File)
Sun, Oct 5, 4:46 PM
Unknown Object (File)
Wed, Sep 24, 5:05 PM
Unknown Object (File)
Fri, Sep 19, 9:34 PM
Unknown Object (File)
Sep 3 2025, 8:10 PM
Unknown Object (File)
Aug 27 2025, 2:53 PM
Unknown Object (File)
Aug 6 2025, 1:34 AM
Unknown Object (File)
Aug 2 2025, 1:50 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