Date: Sat, 25 Apr 2020 22:13:08 +0200 From: Michael Tuexen <tuexen@freebsd.org> To: "Hartmann, O." <ohartmann@walstatt.org> Cc: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: Compiling MOD_CC into kernel (TCP congestion control)? Message-ID: <C0A490FA-51B8-4222-B5A8-0CCD3F4ADE48@freebsd.org> In-Reply-To: <20200425192854.14dc5cbf@hermann.fritz.box> References: <20200425192854.14dc5cbf@hermann.fritz.box>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 25. Apr 2020, at 19:28, Hartmann, O. <ohartmann@walstatt.org> wrote: > > On a firewall/router project of ours I try to experiment with several > options/algorithms for mod_cc(4). The kernel is compiled statically, so > that no kernel module can be loaded at runtime, therefor I need to > compile the different modules mod_cc into the kernel. > > The manpage mod_cc(4) states: " ... Algorithm modules can be compiled > into the kernel or loaded as kernel modules ..." > > Trying to figure out which manpage could hold the necessary information > how to proceed with compiling those modules statically into the kernel, > I tried tcp(4), mod_cc(4) and tried to get some informations from > /usr/src/sys/conf/NOTES - without any succes. > > Can someone point me to the correct manpage to perform the desired task? Hi, I can't point you to a man page, but do you get what you want if you add lines like the existing one netinet/cc/cc_newreno.c optional inet | inet6 to sys/conf/files for the CC modules you would like to get compiled in your kernel? Best regards Michael > > Thanks in advance, > kind regards > > O. Hartmann
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C0A490FA-51B8-4222-B5A8-0CCD3F4ADE48>