Date: Thu, 20 Dec 2001 20:41:08 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_debug.c tcp_syncache.c Message-ID: <200112210441.fBL4f8046775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/12/20 20:41:08 PST Modified files: sys/netinet tcp_debug.c tcp_syncache.c Log: If syncookies are disabled (net.inet.tcp.syncookies) then use the faster arc4random() routine to generate ISNs instead of creating them with MD5(). Suggested by: silby Revision Changes Path 1.18 +2 -1 src/sys/netinet/tcp_debug.c 1.8 +4 -1 src/sys/netinet/tcp_syncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112210441.fBL4f8046775>