static kernel with mod_cc?

Eggert, Lars lars at netapp.com
Tue Jan 15 15:12:41 UTC 2013


Hi,

On Jan 15, 2013, at 14:09, Lawrence Stewart <lstewart at freebsd.org> wrote:
> You're not dense - the build glue to allow an algorithm to be specified
> in a kernel config file doesn't exist.

ah, that explains it. I guess it doesn't exist for siftr either?

> The hacky way to achieve what you want would be to edit
> </path/to/src>/sys/conf/files and manually add a line like so below the
> cc_newreno.c line:
> 
> netinet/cc/cc_<algo>.c          optional inet | inet6
> 
> That will compile the module into the kernel, assuming "options INET" or
> "options INET6" is in your kernel config file.

Thanks, will try!

Lars


More information about the freebsd-net mailing list