Hi,

On Jan 15, 2013, at 14:09, Lawrence Stewart <lstew...@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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to