I am running an experiment to compare performance of SYNcache & SYNcookies (tcp_syncache.c) across different releases of FreeBSD on a Raspberry Pi.
I setup the Pi with RaspBSD and deployed subversion (svn) to populate /usr/src/sys:
Will the setup above allow me to by changing the release from 10.3 to 4.4 to have the corresponding working version (4.4) of tcp_syncache.c? Or should I recompile the kernel?
Cheers
I setup the Pi with RaspBSD and deployed subversion (svn) to populate /usr/src/sys:
svn checkout [URL]https://svn.freebsd.org/base/release/10.3.0/sys[/URL] /usr/src/sys
Will the setup above allow me to by changing the release from 10.3 to 4.4 to have the corresponding working version (4.4) of tcp_syncache.c? Or should I recompile the kernel?
Cheers
