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, Apr 23, 7:57 AM
Unknown Object (File)
Thu, Mar 28, 10:58 PM
Unknown Object (File)
Jan 12 2024, 10:59 PM
Unknown Object (File)
Dec 23 2023, 4:07 AM
Unknown Object (File)
Dec 11 2023, 5:51 AM
Unknown Object (File)
Nov 22 2023, 7:23 AM
Unknown Object (File)
Oct 19 2023, 7:09 PM
Unknown Object (File)
Sep 27 2023, 11:28 PM
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