[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] RaQ4 kernel question



	> From     : Jeff Lasman <jblists@xxxxxxxxxxxxx>
	> Subject  : [cobalt-developers] RaQ4 kernel question
	> 
	> 
	> One client wants "syn cookies", which he says needs
	> to be compiled into the source.  Must it?

    It is already compiled into the kernel.  To enable it:
	echo 1 > /proc/sys/net/ipv4/tcp_syncookies

    Our most recent kernels (latest patches) have Syncookies
    enabled by default.

    cj*