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)
Mon, May 25, 3:07 AM
Unknown Object (File)
Sun, May 17, 2:24 PM
Unknown Object (File)
Sun, May 17, 2:24 PM
Unknown Object (File)
Sun, May 17, 12:43 AM
Unknown Object (File)
Sat, May 16, 6:29 PM
Unknown Object (File)
Sat, May 16, 6:28 PM
Unknown Object (File)
Thu, May 14, 6:07 PM
Unknown Object (File)
Wed, May 13, 11:04 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