Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2013 15:12:38 +0000
From:      "Eggert, Lars" <lars@netapp.com>
To:        Lawrence Stewart <lstewart@freebsd.org>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   Re: static kernel with mod_cc?
Message-ID:  <D4D47BCFFE5A004F95D707546AC0D7E91F62D052@SACEXCMBX01-PRD.hq.netapp.com>
In-Reply-To: <50F554EC.6070303@freebsd.org>
References:  <D4D47BCFFE5A004F95D707546AC0D7E91F62A96A@SACEXCMBX01-PRD.hq.netapp.com> <50F554EC.6070303@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Jan 15, 2013, at 14:09, Lawrence Stewart <lstewart@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:
>=20
> netinet/cc/cc_<algo>.c          optional inet | inet6
>=20
> That will compile the module into the kernel, assuming "options INET" or
> "options INET6" is in your kernel config file.

Thanks, will try!

Lars



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D4D47BCFFE5A004F95D707546AC0D7E91F62D052>